]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.texinfo (ARM): Document arguments to "target sim".
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Mar 2010 09:01:26 +0000 (09:01 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Mar 2010 09:01:26 +0000 (09:01 +0000)
        (Set Catchpoints): Use @dots{} instead of @r{...}.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index c15ff122e51a62f7bb28fa406dc627443e888a11..f57033cfaca52391c5526e2b26513e093bf83399 100644 (file)
@@ -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
index 4bef3f0378d75f3f956a596385c3636403cd2805..56dbe5dd613a62ee7e2493badeefb13fec863b95 100644 (file)
@@ -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