* gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
authorKeith Seitz <keiths@redhat.com>
Mon, 25 Jun 2012 20:51:30 +0000 (20:51 +0000)
committerKeith Seitz <keiths@redhat.com>
Mon, 25 Jun 2012 20:51:30 +0000 (20:51 +0000)
from example.  Remove "rbreak" from list of corresponding
gdb commands.

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

index ebd9584ed0d4279f6e501913195c307d4aee93aa..267a2df2fdacc6e75bf651f659819329e69e6d33 100644 (file)
@@ -1,3 +1,9 @@
+2012-06-25  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
+       from example.  Remove "rbreak" from list of corresponding
+       gdb commands.
+
 2012-06-23  Doug Evans  <dje@google.com>
 
        * gdb.texinfo (Index Section Format): Document version 7 format.
index e56330324279428fbc57f01fbd4d6d091bdf83ab..d3f702a4d16b1169256d6412472f54ae188a3890 100644 (file)
@@ -28088,7 +28088,7 @@ Note: this format is open to change.
 @subsubheading @value{GDBN} Command
 
 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
-@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
+@samp{hbreak}, and @samp{thbreak}. @c and @samp{rbreak}.
 
 @subsubheading Example
 
@@ -28117,11 +28117,11 @@ bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
 addr="0x00010774",func="foo",file="recursive2.c",
 fullname="/home/foo/recursive2.c",line="11",times="0"@}]@}
 (gdb)
--break-insert -r foo.*
-~int foo(int, int);
-^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c,
-"fullname="/home/foo/recursive2.c",line="11",times="0"@}
-(gdb)
+@c -break-insert -r foo.*
+@c ~int foo(int, int);
+@c ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c,
+@c "fullname="/home/foo/recursive2.c",line="11",times="0"@}
+@c (gdb)
 @end smallexample
 
 @subheading The @code{-break-list} Command