aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2010-03-27 09:01:26 +0000
committerEli Zaretskii <eliz@gnu.org>2010-03-27 09:01:26 +0000
commitee8e71d48b4d747a2ac371c3876d910f17e09c89 (patch)
tree96f94ce3665fc218cb6d3e3d726c59608ce61c28 /gdb/doc
parent8b9b7ef838c598bb3aaf224e6cd515a6f7e26364 (diff)
downloadgdb-ee8e71d48b4d747a2ac371c3876d910f17e09c89.zip
gdb-ee8e71d48b4d747a2ac371c3876d910f17e09c89.tar.gz
gdb-ee8e71d48b4d747a2ac371c3876d910f17e09c89.tar.bz2
* gdb.texinfo (ARM): Document arguments to "target sim".
(Set Catchpoints): Use @dots{} instead of @r{...}.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo23
2 files changed, 26 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index c15ff12..f57033c 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2010-03-27 Matt Rice <ratmice@gmail.com>
+
+ * gdb.texinfo (ARM): Document arguments to "target sim".
+ (Set Catchpoints): Use @dots{} instead of @r{...}.
+
2010-03-26 Pedro Alves <pedro@codesourcery.com>
* gdb.texinfo (Tracepoint Packets): Remove mention that
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 4bef3f0..56dbe5d 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -3872,7 +3872,7 @@ A call to @code{exec}. This is currently only available for HP-UX
and @sc{gnu}/Linux.
@item syscall
-@itemx syscall @r{[}@var{name} @r{|} @var{number}@r{]} @r{...}
+@itemx syscall @r{[}@var{name} @r{|} @var{number}@r{]} @dots{}
@cindex break on a system call.
A call to or return from a system call, a.k.a.@: @dfn{syscall}. A
syscall is a mechanism for application programs to request a service
@@ -14899,7 +14899,7 @@ useful if you have some other way of getting the stub to the target
system, and you can put it somewhere in memory where it won't get
clobbered by the download.
-@item target sim
+@item target sim @r{[}@var{simargs}@r{]} @dots{}
@cindex built-in simulator target
Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
In general,
@@ -17295,6 +17295,25 @@ well as the Angel monitor.
Show the setting of RDI heartbeat packets.
@end table
+@table @code
+@item target sim @r{[}@var{simargs}@r{]} @dots{}
+The @value{GDBN} ARM simulator accepts the following optional arguments.
+
+@table @code
+@item --swi-support=@var{type}
+Tell the simulator which SWI interfaces to support.
+@var{type} may be a comma separated list of the following values.
+The default value is @code{all}.
+
+@table @code
+@item none
+@item demon
+@item angel
+@item redboot
+@item all
+@end table
+@end table
+@end table
@node M32R/D
@subsection Renesas M32R/D and M32R/SDI