summaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorAndrew Stubbs <andrew.stubbs@st.com>2005-12-02 14:58:18 +0000
committerAndrew Stubbs <andrew.stubbs@st.com>2005-12-02 14:58:18 +0000
commit46fe6a22da527d7c381d2bbb71ef6292a647f4b5 (patch)
tree2845961d8fda6a36b4856537917361223663a670 /gdb/testsuite/ChangeLog
parent44d1ac72b2a28c8e371a77ccbf0394ef29207357 (diff)
downloadgdb-46fe6a22da527d7c381d2bbb71ef6292a647f4b5.tar.gz
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/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index bf009b47c7d..13418e02024 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
+
+ * gdb.base/help.exp (help b, help br, help bre, help brea)
+ (help break): Update the expected message.
+
2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
* gdb.asm/m68hc11.inc: Setup the data section.