aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-03-11 16:22:51 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-03-11 16:22:51 +0000
commitcfcafcba751afb34e2f9ccc73582257783a820d4 (patch)
treef670769325a720a8fd9081583a313537642f6c45 /gdb/doc
parentc4de6b308ee2533b6cbb3c315de8702dd5b3ef41 (diff)
downloadgdb-cfcafcba751afb34e2f9ccc73582257783a820d4.zip
gdb-cfcafcba751afb34e2f9ccc73582257783a820d4.tar.gz
gdb-cfcafcba751afb34e2f9ccc73582257783a820d4.tar.bz2
* gdb.texinfo (Set Breaks): Update documentation for tbreak to
match what the code actually does.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index c07d983..b8381f9 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 91434fc..7af81b3 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}