* gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
from example. Remove "rbreak" from list of corresponding gdb commands.
This commit is contained in:
parent
18b5ff1b53
commit
496ee73e83
2 changed files with 12 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue