mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* gdb.texinfo (Set Breaks): Update documentation for tbreak to
match what the code actually does.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* gdb.texinfo (Set Breaks): Update documentation for tbreak to
|
||||||
|
match what the code actually does.
|
||||||
|
|
||||||
Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
* stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
|
* stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
|
||||||
|
@ -2171,7 +2171,7 @@ above (or no argument) specifying where to break. @xref{Conditions,
|
|||||||
@kindex tbreak
|
@kindex tbreak
|
||||||
Set a breakpoint enabled only for one stop. @var{args} are the
|
Set a breakpoint enabled only for one stop. @var{args} are the
|
||||||
same as for the @code{break} command, and the breakpoint is set in the same
|
same as for the @code{break} command, and the breakpoint is set in the same
|
||||||
way, but the breakpoint is automatically disabled after the first time your
|
way, but the breakpoint is automatically deleted after the first time your
|
||||||
program stops there. @xref{Disabling, ,Disabling breakpoints}.
|
program stops there. @xref{Disabling, ,Disabling breakpoints}.
|
||||||
|
|
||||||
@item rbreak @var{regex}
|
@item rbreak @var{regex}
|
||||||
|
Reference in New Issue
Block a user