diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <andrew.stubbs@st.com> + * 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 <andrew.stubbs@st.com> + * 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'. |