Actually part of gdb.texinfo change.

This commit is contained in:
Stan Shebs
1999-02-06 01:28:34 +00:00
parent c1a227bf1d
commit 77e3189254
2 changed files with 15 additions and 13 deletions

View File

@ -1,9 +1,10 @@
Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com> Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
* gdb.texinfo: Many changes; update to Seventh Edition, * gdb.texinfo, remote.texi: Many changes; update to Seventh
merge some HP changes into mainline, describe some previously Edition, merge some HP changes into mainline, describe some
undocumented features, describe more of the target commands previously undocumented features, describe more of the target
available, eliminate obsolete section on renamed commands. commands available, eliminate obsolete section on renamed
commands.
* all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals. * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com> Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>

View File

@ -1638,9 +1638,10 @@ to run before stopping.
@cindex Hitachi SH simulator @cindex Hitachi SH simulator
@cindex CPU simulator @cindex CPU simulator
For some configurations, @value{GDBN} includes a CPU simulator that you For some configurations, @value{GDBN} includes a CPU simulator that you
can use instead of a hardware CPU to debug your programs. Currently, can use instead of a hardware CPU to debug your programs.
a simulator is available when @value{GDBN} is configured to debug Zilog Currently, simulators are available for ARM, D10V, D30V, FR30, H8/300,
Z8000 or Hitachi microprocessor targets. H8/500, i960, M32R, MIPS, MN10200, MN10300, PowerPC, SH, Sparc, V850,
W65, and Z8000.
@end ifset @end ifset
@ifclear GENERIC @ifclear GENERIC
@ -1670,13 +1671,11 @@ appropriate by inspecting the object code.
@end ifset @end ifset
@table @code @table @code
@item target sim @item target sim @var{args}
@kindex sim @kindex sim
@kindex target sim @kindex target sim
Debug programs on a simulated CPU Debug programs on a simulated CPU. If the simulator supports setup
@ifset GENERIC options, specify them via @var{args}.
(which CPU depends on the @value{GDBN} configuration)
@end ifset
@end table @end table
@noindent @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. to run your program, and so on.
As well as making available all the usual machine registers (see 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: of information as specially named registers:
@table @code @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 conditional breakpoint that suspends only after at least 5000
simulated clock ticks. simulated clock ticks.
@end ifset @end ifset
@c need to add much more detail about sims!