aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2009-06-08 16:05:14 +0000
committerPierre Muller <muller@sourceware.org>2009-06-08 16:05:14 +0000
commit7681d515c36554427defeb13acf2ab435fc2e475 (patch)
tree6a007742b7717ca6e32ee4f0d813b3dfb6b00bc9 /gdb/ChangeLog
parent22f965a4f8ac7fe97e389ca489faa15cd66041cf (diff)
downloadgdb-7681d515c36554427defeb13acf2ab435fc2e475.zip
gdb-7681d515c36554427defeb13acf2ab435fc2e475.tar.gz
gdb-7681d515c36554427defeb13acf2ab435fc2e475.tar.bz2
* breakpoint.c (_initialize_breakpoint): Remove "bu" command alias of
"ubreak" command that does not exist.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 22aa1ff..e2629a4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2009-06-08 Pierre Muller <muller@ics.u-strasbg.fr>
+ * breakpoint.c (_initialize_breakpoint): Remove "bu" command alias of
+ "ubreak" command that does not exist.
+
+2009-06-08 Pierre Muller <muller@ics.u-strasbg.fr>
+
* cli/cli-decode.c (add_alias_cmd): Correct assertion.
2009-06-07 Pedro Alves <pedro@codesourcery.com>