Work around MinGW mangling of "host:/path"
[msysgit/historical-msysgit.git] / mingw / info / gdb / Sparclet-Connection.html
blobb5688b650af3deb13ed2a315f099af57020af0b4
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="Sparclet%20Connection">Sparclet Connection</a>,
13 Next:<a rel="next" accesskey="n" href="Sparclet-Download.html#Sparclet%20Download">Sparclet Download</a>,
14 Previous:<a rel="previous" accesskey="p" href="Sparclet-File.html#Sparclet%20File">Sparclet File</a>,
15 Up:<a rel="up" accesskey="u" href="Sparclet.html#Sparclet">Sparclet</a>
16 <hr><br>
17 </div>
19 <h5 class="subsubsection">Connecting to Sparclet</h5>
21 <p>The GDB command <code>target</code> lets you connect to a Sparclet target.
22 To connect to a target on serial port "<code>ttya</code>", type:
24 <pre class="example"> (gdbslet) target sparclet /dev/ttya
25 Remote target sparclet connected to /dev/ttya
26 main () at ../prog.c:3
27 </pre>
29 GDB displays messages like these:
31 <pre class="example"> Connected to ttya.
32 </pre>
34 </body></html>