aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1999-02-06 01:28:34 +0000
committerStan Shebs <shebs@codesourcery.com>1999-02-06 01:28:34 +0000
commit77e3189254f4d4584b51b7922c0b3b0d8bd2ecec (patch)
tree791fd96a763400a22b6c48893e59249f6de0a080 /gdb
parentc1a227bf1de8e83e5238fe04a9583bbd7a9aa1c7 (diff)
downloadgdb-77e3189254f4d4584b51b7922c0b3b0d8bd2ecec.zip
gdb-77e3189254f4d4584b51b7922c0b3b0d8bd2ecec.tar.gz
gdb-77e3189254f4d4584b51b7922c0b3b0d8bd2ecec.tar.bz2
Actually part of gdb.texinfo change.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog9
-rw-r--r--gdb/doc/remote.texi19
2 files changed, 15 insertions, 13 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index fbc1c2c..d42c1d9 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,9 +1,10 @@
Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
- * gdb.texinfo: Many changes; update to Seventh Edition,
- merge some HP changes into mainline, describe some previously
- undocumented features, describe more of the target commands
- available, eliminate obsolete section on renamed commands.
+ * gdb.texinfo, remote.texi: Many changes; update to Seventh
+ Edition, merge some HP changes into mainline, describe some
+ previously undocumented features, describe more of the target
+ commands available, eliminate obsolete section on renamed
+ commands.
* all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
diff --git a/gdb/doc/remote.texi b/gdb/doc/remote.texi
index 7de026b..816b658 100644
--- a/gdb/doc/remote.texi
+++ b/gdb/doc/remote.texi
@@ -1638,9 +1638,10 @@ to run before stopping.
@cindex Hitachi SH simulator
@cindex CPU simulator
For some configurations, @value{GDBN} includes a CPU simulator that you
-can use instead of a hardware CPU to debug your programs. Currently,
-a simulator is available when @value{GDBN} is configured to debug Zilog
-Z8000 or Hitachi microprocessor targets.
+can use instead of a hardware CPU to debug your programs.
+Currently, simulators are available for ARM, D10V, D30V, FR30, H8/300,
+H8/500, i960, M32R, MIPS, MN10200, MN10300, PowerPC, SH, Sparc, V850,
+W65, and Z8000.
@end ifset
@ifclear GENERIC
@@ -1670,13 +1671,11 @@ appropriate by inspecting the object code.
@end ifset
@table @code
-@item target sim
+@item target sim @var{args}
@kindex sim
@kindex target sim
-Debug programs on a simulated CPU
-@ifset GENERIC
-(which CPU depends on the @value{GDBN} configuration)
-@end ifset
+Debug programs on a simulated CPU. If the simulator supports setup
+options, specify them via @var{args}.
@end table
@noindent
@@ -1686,7 +1685,7 @@ CPU in the same style as programs for your host computer; use the
to run your program, and so on.
As well as making available all the usual machine registers (see
-@code{info reg}), this debugging target provides three additional items
+@code{info reg}), the Z8000 simulator provides three additional items
of information as specially named registers:
@table @code
@@ -1705,3 +1704,5 @@ conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
conditional breakpoint that suspends only after at least 5000
simulated clock ticks.
@end ifset
+
+@c need to add much more detail about sims!