mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
* gdbinv-s.texi: z8000 simulator target name is just "sim"
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
|
Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
|
||||||
|
|
||||||
|
* gdbinv-s.texi: z8000 simulator target name is just "sim"
|
||||||
|
|
||||||
* gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
|
* gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
|
||||||
as well as Z8002.
|
as well as Z8002.
|
||||||
|
|
||||||
|
@ -947,23 +947,25 @@ H8/300 board as a ``normal exit'' of your program.
|
|||||||
|
|
||||||
@cindex simulator, Z8000
|
@cindex simulator, Z8000
|
||||||
@cindex Zilog Z8000 simulator
|
@cindex Zilog Z8000 simulator
|
||||||
When configured for debugging Zilog Z8000 targets, @value{GDBN} includes a Z8000
|
When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
|
||||||
simulator.
|
a Z8000 simulator.
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
@item target z8ksim
|
@item target sim
|
||||||
@kindex z8ksim
|
@kindex sim
|
||||||
This debugging target is a simulator for the Z8002 (the unsegmented
|
@kindex target sim
|
||||||
variant of the Z8000 architecture) and the Z8001 (the segmented
|
This debugging target is a machine simulator; when @value{GDBN} is
|
||||||
variant). The simulator recognizes which architecture is appropriate by
|
configured for the Z8000 family, @samp{target sim} simulates either the
|
||||||
inspecting the object code.
|
Z8002 (the unsegmented variant of the Z8000 architecture) or the Z8001
|
||||||
|
(the segmented variant). The simulator recognizes which architecture is
|
||||||
|
appropriate by inspecting the object code.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
After this point, you can debug Z8000 programs in the same style as
|
After specifying this target, you can debug Z8000 programs in the same
|
||||||
programs for your host computer; use the @code{file} command to load a
|
style as programs for your host computer; use the @code{file} command to
|
||||||
new program image, the @code{run} command to run your program, and so
|
load a new program image, the @code{run} command to run your program,
|
||||||
on.
|
and so on.
|
||||||
|
|
||||||
As well as making available all the usual Z8000 registers (see
|
As well as making available all the usual Z8000 registers (see
|
||||||
@code{info reg}), this debugging target provides three additional items
|
@code{info reg}), this debugging target provides three additional items
|
||||||
|
Reference in New Issue
Block a user