From: Andreas Schwab Date: Tue, 6 Jul 2010 16:17:44 +0000 (+0000) Subject: * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a6cc4789c3221ece1816cb1264d737d438c51f00;p=binutils-gdb.git * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for "clear". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 375f0553f92..2486faa6867 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2010-07-06 Andreas Schwab + + * breakpoint.c (_initialize_breakpoint): Add "cl" as alias for + "clear". + 2010-07-06 Ken Werner * gdbtypes.h (floatformats_ieee_half): Add declaration. diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 4808298ec39..3c93c4b9588 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -11717,6 +11717,7 @@ With no argument, clears all breakpoints in the line that the selected frame\n\ is executing in.\n\ \n\ See also the \"delete\" command which clears breakpoints by number.")); + add_com_alias ("cl", "clear", class_breakpoint, 1); c = add_com ("break", class_breakpoint, break_command, _("\ Set breakpoint at specified line or function.\n"