aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
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/breakpoint.c
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/breakpoint.c')
-rw-r--r--gdb/breakpoint.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index a866581..ffff09b 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -8802,11 +8802,8 @@ BREAK_ARGS_HELP ("break")));
add_com_alias ("bre", "break", class_run, 1);
add_com_alias ("brea", "break", class_run, 1);
- if (xdb_commands)
- {
- add_com_alias ("ba", "break", class_breakpoint, 1);
- add_com_alias ("bu", "ubreak", class_breakpoint, 1);
- }
+ if (xdb_commands)
+ add_com_alias ("ba", "break", class_breakpoint, 1);
if (dbx_commands)
{