3 <title>Debugging with GDB
</title>
4 <meta http-equiv=
"Content-Type" content=
"text/html">
5 <meta name=
"description" content=
"Debugging with GDB">
6 <meta name=
"generator" content=
"makeinfo 4.3">
7 <link href=
"http://www.gnu.org/software/texinfo/" rel=
"generator-home">
12 Node:
<a name=
"Nindy%20Options">Nindy Options
</a>,
13 Next:
<a rel=
"next" accesskey=
"n" href=
"Nindy-Reset.html#Nindy%20Reset">Nindy Reset
</a>,
14 Previous:
<a rel=
"previous" accesskey=
"p" href=
"Nindy-Startup.html#Nindy%20Startup">Nindy Startup
</a>,
15 Up:
<a rel=
"up" accesskey=
"u" href=
"i960.html#i960">i960
</a>
19 <h5 class=
"subsubsection">Options for Nindy
</h5>
21 <p>These are the startup options for beginning your GDB session with a
22 Nindy-
960 board attached:
25 <dt><code>-r
</code><var>port
</var><code></code>
26 <dd>Specify the serial port name of a serial interface to be used to connect
27 to the target system. This option is only available when GDB is
28 configured for the Intel
960 target architecture. You may specify
29 <var>port
</var> as any of: a full pathname (e.g.
<code>-r /dev/ttya
</code>), a
30 device name in
<code>/dev
</code> (e.g.
<code>-r ttya
</code>), or simply the unique
31 suffix for a specific
<code>tty
</code> (e.g.
<code>-r a
</code>).
33 <br><dt><code>-O
</code>
34 <dd>(An uppercase letter
"O", not a zero.) Specify that GDB should use
35 the
"old" Nindy monitor protocol to connect to the target system.
36 This option is only available when GDB is configured for the Intel
960
40 <em>Warning:
</em> if you specify
<code>-O
</code>, but are actually trying to
41 connect to a target system that expects the newer protocol, the connection
42 fails, appearing to be a speed mismatch. GDB repeatedly
43 attempts to reconnect at several different line speeds. You can abort
44 this process with an interrupt.
47 <br><dt><code>-brk
</code>
48 <dd>Specify that GDB should first send a
<code>BREAK
</code> signal to the target
49 system, in an attempt to reset it, before connecting to a Nindy target.
52 <em>Warning:
</em> Many target systems do not have the hardware that this
53 requires; it only works with a few boards.
57 <p>The standard
<code>-b
</code> option controls the line speed used on the serial