diff options
author | Andrew Stubbs <andrew.stubbs@st.com> | 2005-12-02 14:58:18 +0000 |
---|---|---|
committer | Andrew Stubbs <andrew.stubbs@st.com> | 2005-12-02 14:58:18 +0000 |
commit | 31e2b00f59ea05cf30d5a98cd48b3fdfe9e220d1 (patch) | |
tree | 15d2b2af76fce5ee3772bbe7351aeb9cdc78e904 /gdb/ChangeLog | |
parent | 53e5f3cf290c7591f459743845dd24391d72796c (diff) | |
download | gdb-31e2b00f59ea05cf30d5a98cd48b3fdfe9e220d1.zip gdb-31e2b00f59ea05cf30d5a98cd48b3fdfe9e220d1.tar.gz gdb-31e2b00f59ea05cf30d5a98cd48b3fdfe9e220d1.tar.bz2 |
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.
testsuite/
* gdb.base/help.exp (help b, help br, help bre, help brea)
(help break): Update the expected message.
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'. |