diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2010-07-06 16:17:44 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2010-07-06 16:17:44 +0000 |
commit | a6cc4789c3221ece1816cb1264d737d438c51f00 (patch) | |
tree | 3bc0834424085e48343ce53b39e0cf7832c59bbc /gdb/breakpoint.c | |
parent | f9e9243aad66a7923e30c61cd1749623fa568f79 (diff) | |
download | gdb-a6cc4789c3221ece1816cb1264d737d438c51f00.zip gdb-a6cc4789c3221ece1816cb1264d737d438c51f00.tar.gz gdb-a6cc4789c3221ece1816cb1264d737d438c51f00.tar.bz2 |
* breakpoint.c (_initialize_breakpoint): Add "cl" as alias for
"clear".
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 4808298..3c93c4b 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" |