From 31e2b00f59ea05cf30d5a98cd48b3fdfe9e220d1 Mon Sep 17 00:00:00 2001 From: Andrew Stubbs Date: Fri, 2 Dec 2005 14:58:18 +0000 Subject: 2005-12-02 Andrew Stubbs * breakpoint.c (BREAK_ARGS_HELP): New mecro. (_initialize_breakpoint): Enhance break, tbreak, hbreak and thbreak commands' help by adding more information and using BREAK_ARGS_HELP to duplicate the common parts. Remove now-redundant cross-references. testsuite/ * gdb.base/help.exp (help b, help br, help bre, help brea) (help break): Update the expected message. --- gdb/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6177fa2..d499633 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2005-12-02 Andrew Stubbs + * breakpoint.c (BREAK_ARGS_HELP): New mecro. + (_initialize_breakpoint): Enhance break, tbreak, hbreak and thbreak + commands' help by adding more information and using BREAK_ARGS_HELP + to duplicate the common parts. Remove now-redundant cross-references. + +2005-12-02 Andrew Stubbs + * value.c (init_if_undefined_command): New function. (_initialize_values): Add command init-if-undefined. * NEWS (Changes since GDB 6.3): Rename to 'Changes in GDB 6.4'. -- cgit v1.1