* breakpoint.c (_initialize_breakpoint): Add "del" as an alias

of the "delete" command.
This commit is contained in:
Joel Brobecker 2006-04-06 18:33:05 +00:00
parent c9f7217ee8
commit 7f198e01c2
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-04-06 Joel Brobecker <brobecker@adacore.com>
* breakpoint.c (_initialize_breakpoint): Add "del" as an alias
of the "delete" command.
2006-04-06 Randolph Chung <tausq@debian.org>
* MAINTAINERS (Patch champions): Add myself.

View File

@ -7813,6 +7813,7 @@ Also a prefix command for deletion of other GDB objects.\n\
The \"unset\" command is also an alias for \"delete\"."),
&deletelist, "delete ", 1, &cmdlist);
add_com_alias ("d", "delete", class_breakpoint, 1);
add_com_alias ("del", "delete", class_breakpoint, 1);
if (xdb_commands)
add_com ("db", class_breakpoint, delete_command, _("\
Delete some breakpoints.\n\