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=
"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>
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:
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.