summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2006-04-18 00:17:55 +0000
committerJim Blandy <jimb@codesourcery.com>2006-04-18 00:17:55 +0000
commit32766d0deccef77de82dd3f46421c3b182df65dd (patch)
treee7710cfc29fc8add11b5b24916c158dac9137bca
parentcd626f4507234e71562557566a14c18d166981bc (diff)
downloadgdb-32766d0deccef77de82dd3f46421c3b182df65dd.tar.gz
gdb/doc/ChangeLog:
2006-04-17 Jim Blandy <jimb@codesourcery.com> * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c, and C packets are optional.
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo8
2 files changed, 9 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 72c085a1419..16e8abf6226 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-17 Jim Blandy <jimb@codesourcery.com>
+
+ * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
+ and C packets are optional.
+
2006-04-14 Frederic Riss <frederic.riss@st.com>
* gdb.texinfo (Specifying source directories): Update the description
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 760b2a7f7ed..790c58dc5b2 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -22554,7 +22554,7 @@ breakpoint at @var{addr}.
Don't use this packet. Use the @samp{Z} and @samp{z} packets instead
(@pxref{insert breakpoint or watchpoint packet}).
-@item c @var{addr}
+@item c @r{[}@var{addr}@r{]}
@cindex @samp{c} packet
Continue. @var{addr} is address to resume. If @var{addr} is omitted,
resume at current address.
@@ -22562,7 +22562,7 @@ resume at current address.
Reply:
@xref{Stop Reply Packets}, for the reply specifications.
-@item C @var{sig};@var{addr}
+@item C @var{sig}@r{[};@var{addr}@r{]}
@cindex @samp{C} packet
Continue with signal @var{sig} (hex signal number). If
@samp{;@var{addr}} is omitted, resume at same address.
@@ -22768,7 +22768,7 @@ This packet is only available in extended mode.
The @samp{R} packet has no reply.
-@item s @var{addr}
+@item s @r{[}@var{addr}@r{]}
@cindex @samp{s} packet
Single step. @var{addr} is the address at which to resume. If
@var{addr} is omitted, resume at same address.
@@ -22776,7 +22776,7 @@ Single step. @var{addr} is the address at which to resume. If
Reply:
@xref{Stop Reply Packets}, for the reply specifications.
-@item S @var{sig};@var{addr}
+@item S @var{sig}@r{[};@var{addr}@r{]}
@anchor{step with signal packet}
@cindex @samp{S} packet
Step with signal. This is analogous to the @samp{C} packet, but