From: Jim Kingdon Date: Fri, 11 Mar 1994 16:31:57 +0000 (+0000) Subject: * breakpoint.c (_initialize_breakpoint): Update docstring for X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d1bdad5760c25925dd5684aa1ca7cd79201e1a08;p=binutils-gdb.git * breakpoint.c (_initialize_breakpoint): Update docstring for tbreak to match what the code actually does. Don't mention tbreak in docstrings for "enable once" or "enable breakpoints once". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8e334961b9e..83d6cb3f7f9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,7 +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. + tbreak to match what the code actually does. Don't mention tbreak + in docstrings for "enable once" or "enable breakpoints once". Thu Mar 10 08:52:38 1994 Jim Kingdon (kingdon@lioth.cygnus.com)