* breakpoint.c (_initialize_breakpoint): Add "cl" as alias for

"clear".
This commit is contained in:
Andreas Schwab
2010-07-06 16:17:44 +00:00
parent f9e9243aad
commit a6cc4789c3
2 changed files with 6 additions and 0 deletions

View File

@@ -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"