* 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
gdb/doc
@ -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>
|
2012-06-23 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
* gdb.texinfo (Index Section Format): Document version 7 format.
|
* gdb.texinfo (Index Section Format): Document version 7 format.
|
||||||
|
@ -28088,7 +28088,7 @@ Note: this format is open to change.
|
|||||||
@subsubheading @value{GDBN} Command
|
@subsubheading @value{GDBN} Command
|
||||||
|
|
||||||
The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
|
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
|
@subsubheading Example
|
||||||
|
|
||||||
@ -28117,11 +28117,11 @@ bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
|
|||||||
addr="0x00010774",func="foo",file="recursive2.c",
|
addr="0x00010774",func="foo",file="recursive2.c",
|
||||||
fullname="/home/foo/recursive2.c",line="11",times="0"@}]@}
|
fullname="/home/foo/recursive2.c",line="11",times="0"@}]@}
|
||||||
(gdb)
|
(gdb)
|
||||||
-break-insert -r foo.*
|
@c -break-insert -r foo.*
|
||||||
~int foo(int, int);
|
@c ~int foo(int, int);
|
||||||
^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c,
|
@c ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c,
|
||||||
"fullname="/home/foo/recursive2.c",line="11",times="0"@}
|
@c "fullname="/home/foo/recursive2.c",line="11",times="0"@}
|
||||||
(gdb)
|
@c (gdb)
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
@subheading The @code{-break-list} Command
|
@subheading The @code{-break-list} Command
|
||||||
|
Loading…
x
Reference in New Issue
Block a user