aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1993-02-01 23:49:11 +0000
committerRoland Pesch <pesch@cygnus>1993-02-01 23:49:11 +0000
commite55d2728b740d1c019503993fa56ab24373ef559 (patch)
tree22ec4013e50ba063c2582c0c83cd1006ae83de95 /gdb
parentf1e215bbcb23bc42c7cad7b2da77cdabac59fb7e (diff)
downloadgdb-e55d2728b740d1c019503993fa56ab24373ef559.zip
gdb-e55d2728b740d1c019503993fa56ab24373ef559.tar.gz
gdb-e55d2728b740d1c019503993fa56ab24373ef559.tar.bz2
* gdbinv-s.texi: z8000 simulator target name is just "sim"
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog2
-rw-r--r--gdb/doc/gdbinv-s.texi26
2 files changed, 16 insertions, 12 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 1019cfa..177b805 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,7 @@
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
as well as Z8002.
diff --git a/gdb/doc/gdbinv-s.texi b/gdb/doc/gdbinv-s.texi
index 8d80936..22cea90 100644
--- a/gdb/doc/gdbinv-s.texi
+++ b/gdb/doc/gdbinv-s.texi
@@ -947,23 +947,25 @@ H8/300 board as a ``normal exit'' of your program.
@cindex simulator, Z8000
@cindex Zilog Z8000 simulator
-When configured for debugging Zilog Z8000 targets, @value{GDBN} includes a Z8000
-simulator.
+When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
+a Z8000 simulator.
@table @code
-@item target z8ksim
-@kindex z8ksim
-This debugging target is a simulator for the Z8002 (the unsegmented
-variant of the Z8000 architecture) and the Z8001 (the segmented
-variant). The simulator recognizes which architecture is appropriate by
-inspecting the object code.
+@item target sim
+@kindex sim
+@kindex target sim
+This debugging target is a machine simulator; when @value{GDBN} is
+configured for the Z8000 family, @samp{target sim} simulates either the
+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
@noindent
-After this point, you can debug Z8000 programs in the same style as
-programs for your host computer; use the @code{file} command to load a
-new program image, the @code{run} command to run your program, and so
-on.
+After specifying this target, you can debug Z8000 programs in the same
+style as programs for your host computer; use the @code{file} command to
+load a new program image, the @code{run} command to run your program,
+and so on.
As well as making available all the usual Z8000 registers (see
@code{info reg}), this debugging target provides three additional items