* breakpoint.c (_initialize_breakpoint): Update docstring for
tbreak to match what the code actually does.
This commit is contained in:
parent
3e0b555420
commit
c4de6b308e
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Fri Mar 11 08:08:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* breakpoint.c (_initialize_breakpoint): Update docstring for
|
||||||
|
tbreak to match what the code actually does.
|
||||||
|
|
||||||
Thu Mar 10 08:52:38 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Thu Mar 10 08:52:38 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
* symfile.h (ADD_PSYMBOL_VT_TO_LIST): Don't put a semicolon after
|
* symfile.h (ADD_PSYMBOL_VT_TO_LIST): Don't put a semicolon after
|
||||||
|
|
|
@ -3151,9 +3151,9 @@ breakpoint N is reached. ");
|
||||||
|
|
||||||
add_com ("tbreak", class_breakpoint, tbreak_command,
|
add_com ("tbreak", class_breakpoint, tbreak_command,
|
||||||
"Set a temporary breakpoint. Args like \"break\" command.\n\
|
"Set a temporary breakpoint. Args like \"break\" command.\n\
|
||||||
Like \"break\" except the breakpoint is only enabled temporarily,\n\
|
Like \"break\" except the breakpoint is only temporary,\n\
|
||||||
so it will be disabled when hit. Equivalent to \"break\" followed\n\
|
so it will be deleted when hit. Equivalent to \"break\" followed\n\
|
||||||
by using \"enable once\" on the breakpoint number.");
|
by using \"enable delete\" on the breakpoint number.");
|
||||||
|
|
||||||
add_prefix_cmd ("enable", class_breakpoint, enable_command,
|
add_prefix_cmd ("enable", class_breakpoint, enable_command,
|
||||||
"Enable some breakpoints.\n\
|
"Enable some breakpoints.\n\
|
||||||
|
|
Loading…
Reference in a new issue