Chapter 20. Configuration-Specific Information
171
target e7000
port speed
Use this form if your E7000 is connected to a serial port. The
port
argument identifies what
serial port to use (for example,
com2
). The third argument is the line speed in bits per second (for
example,
9600
).
target e7000
hostname
If your E7000 is installed as a host on a TCP/IP network, you can just specify its hostname; gdb
uses
telnet
to connect.
20.3.2.3. Special gdb commands for Hitachi micros
Some gdb commands are available only for the H8/300:
set machine h8300
set machine h8300h
Condition gdb for one of the two variants of the H8/300 architecture with
set machine
. You
can use
show machine
to check which variant is currently in effect.
20.3.3. H8/500
set memory
mod
show memory
Specify which H8/500 memory model (
mod
) you are using with
set memory
; check which
memory model is in effect with
show memory
. The accepted values for
mod
are
small
,
big
,
medium
, and
compact
.
20.3.4. Mitsubishi M32R/D
target m32r
dev
Mitsubishi M32R/D ROM monitor.
20.3.5. M68k
The Motorola m68k configuration includes ColdFire support, and target command for the following
ROM monitors.
target abug
dev
ABug ROM monitor for M68K.
target cpu32bug
dev
CPU32BUG monitor, running on a CPU32 (M68K) board.
Содержание ENTERPRISE LINUX 4 - DEVELOPER TOOLS GUIDE
Страница 1: ...Red Hat Enterprise Linux 4 Debugging with gdb ...
Страница 12: ...2 Chapter 1 Debugging with gdb ...
Страница 28: ...18 Chapter 4 Getting In and Out of gdb ...
Страница 34: ...24 Chapter 5 gdb Commands ...
Страница 44: ...34 Chapter 6 Running Programs Under gdb ...
Страница 68: ...58 Chapter 8 Examining the Stack ...
Страница 98: ...88 Chapter 10 Examining Data ...
Страница 112: ...102 Chapter 12 Tracepoints ...
Страница 118: ...108 Chapter 13 Debugging Programs That Use Overlays ...
Страница 138: ...128 Chapter 14 Using gdb with Different Languages ...
Страница 144: ...134 Chapter 15 Examining the Symbol Table ...
Страница 170: ...160 Chapter 19 Debugging remote programs ...
Страница 198: ...188 Chapter 21 Controlling gdb ...
Страница 204: ...194 Chapter 22 Canned Sequences of Commands ...
Страница 206: ...196 Chapter 23 Command Interpreters ...
Страница 216: ...206 Chapter 25 Using gdb under gnu Emacs ...
Страница 296: ...286 Chapter 27 gdb Annotations ...
Страница 300: ...290 Chapter 28 Reporting Bugs in gdb ...
Страница 322: ...312 Chapter 30 Using History Interactively ...
Страница 362: ...352 Appendix D gdb Remote Serial Protocol ...
Страница 380: ...370 Appendix F GNU GENERAL PUBLIC LICENSE ...
Страница 386: ...376 Appendix G GNU Free Documentation License ...
Страница 410: ......