Work around MinGW mangling of "host:/path"
[msysgit/historical-msysgit.git] / mingw / info / gdb / Nindy-Startup.html
blob1dcb561e2e27f3e61e82b4e053bb63343e99c06c
1 <html lang="en">
2 <head>
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">
8 </head>
9 <body>
10 <div class="node">
11 <p>
12 Node:<a name="Nindy%20Startup">Nindy Startup</a>,
13 Next:<a rel="next" accesskey="n" href="Nindy-Options.html#Nindy%20Options">Nindy Options</a>,
14 Up:<a rel="up" accesskey="u" href="i960.html#i960">i960</a>
15 <hr><br>
16 </div>
18 <h5 class="subsubsection">Startup with Nindy</h5>
20 <p>If you simply start <code>gdb</code> without using any command-line
21 options, you are prompted for what serial port to use, <em>before</em> you
22 reach the ordinary GDB prompt:
24 <pre class="example"> Attach /dev/ttyNN -- specify NN, or "quit" to quit:
25 </pre>
27 <p>Respond to the prompt with whatever suffix (after <code>/dev/tty</code>)
28 identifies the serial port you want to use. You can, if you choose,
29 simply start up with no Nindy connection by responding to the prompt
30 with an empty line. If you do this and later wish to attach to Nindy,
31 use <code>target</code> (see <a href="Target-Commands.html#Target%20Commands">Commands for managing targets</a>).
33 </body></html>