Work around MinGW mangling of "host:/path"
[msysgit/historical-msysgit.git] / mingw / info / gdb / Hitachi-ICE.html
blobf5d104b6bcbac8f6ac91bd72f58de595f471382d
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="Hitachi%20ICE">Hitachi ICE</a>,
13 Next:<a rel="next" accesskey="n" href="Hitachi-Special.html#Hitachi%20Special">Hitachi Special</a>,
14 Previous:<a rel="previous" accesskey="p" href="Hitachi-Boards.html#Hitachi%20Boards">Hitachi Boards</a>,
15 Up:<a rel="up" accesskey="u" href="H8-300.html#H8%2f300">H8/300</a>
16 <hr><br>
17 </div>
19 <h5 class="subsubsection">Using the E7000 in-circuit emulator</h5>
21 <p>You can use the E7000 in-circuit emulator to develop code for either the
22 Hitachi SH or the H8/300H. Use one of these forms of the <code>target
23 e7000</code> command to connect GDB to your E7000:
25 <dl>
26 <dt><code>target e7000 </code><var>port</var><code> </code><var>speed</var><code></code>
27 <dd>Use this form if your E7000 is connected to a serial port. The
28 <var>port</var> argument identifies what serial port to use (for example,
29 <code>com2</code>). The third argument is the line speed in bits per second
30 (for example, <code>9600</code>).
32 <br><dt><code>target e7000 </code><var>hostname</var><code></code>
33 <dd>If your E7000 is installed as a host on a TCP/IP network, you can just
34 specify its hostname; GDB uses <code>telnet</code> to connect.
35 </dl>
37 </body></html>