From: Jim Kingdon Date: Fri, 11 Mar 1994 16:22:51 +0000 (+0000) Subject: * gdb.texinfo (Set Breaks): Update documentation for tbreak to X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cfcafcba751afb34e2f9ccc73582257783a820d4;p=binutils-gdb.git * gdb.texinfo (Set Breaks): Update documentation for tbreak to match what the code actually does. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c07d983dcee..b8381f93dd3 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 91434fc0f64..7af81b33b94 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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}