diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-11 16:13:08 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-03-11 16:13:08 +0000 |
commit | c4de6b308ee2533b6cbb3c315de8702dd5b3ef41 (patch) | |
tree | 09723f609147af7a5495a57d90213e0c69a07335 /gdb/breakpoint.c | |
parent | 3e0b55542085e3720a8cc9374464e0ee8f624cfd (diff) | |
download | gdb-c4de6b308ee2533b6cbb3c315de8702dd5b3ef41.zip gdb-c4de6b308ee2533b6cbb3c315de8702dd5b3ef41.tar.gz gdb-c4de6b308ee2533b6cbb3c315de8702dd5b3ef41.tar.bz2 |
* breakpoint.c (_initialize_breakpoint): Update docstring for
tbreak to match what the code actually does.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 8f86cc4..027ef76 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -3151,9 +3151,9 @@ breakpoint N is reached. "); add_com ("tbreak", class_breakpoint, tbreak_command, "Set a temporary breakpoint. Args like \"break\" command.\n\ -Like \"break\" except the breakpoint is only enabled temporarily,\n\ -so it will be disabled when hit. Equivalent to \"break\" followed\n\ -by using \"enable once\" on the breakpoint number."); +Like \"break\" except the breakpoint is only temporary,\n\ +so it will be deleted when hit. Equivalent to \"break\" followed\n\ +by using \"enable delete\" on the breakpoint number."); add_prefix_cmd ("enable", class_breakpoint, enable_command, "Enable some breakpoints.\n\ |