* gdb.texinfo (Set Breaks): Update documentation for tbreak to

match what the code actually does.
This commit is contained in:
Jim Kingdon 1994-03-11 16:22:51 +00:00
parent c4de6b308e
commit cfcafcba75
2 changed files with 6 additions and 1 deletions

View File

@ -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)
* stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.

View File

@ -2171,7 +2171,7 @@ above (or no argument) specifying where to break. @xref{Conditions,
@kindex tbreak
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
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}.
@item rbreak @var{regex}