mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* breakpoint.c (delete_command): Don't repeat `delete' commands.
This commit is contained in:
@@ -6769,6 +6769,8 @@ delete_command (char *arg, int from_tty)
|
||||
{
|
||||
struct breakpoint *b, *temp;
|
||||
|
||||
dont_repeat ();
|
||||
|
||||
if (arg == 0)
|
||||
{
|
||||
int breaks_to_delete = 0;
|
||||
|
||||
Reference in New Issue
Block a user