OSDN Git Service

* breakpoint.c (_initialize_breakpoint): Add "del" as an alias
authorbrobecke <brobecke>
Thu, 6 Apr 2006 18:33:05 +0000 (18:33 +0000)
committerbrobecke <brobecke>
Thu, 6 Apr 2006 18:33:05 +0000 (18:33 +0000)
        of the "delete" command.

gdb/ChangeLog
gdb/breakpoint.c

index 9faa01f..1895257 100644 (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.
index 31b3b4b..bcb2de9 100644 (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\