mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-08 18:28:33 +00:00
* breakpoint.c (delete_command): Don't repeat `delete' commands.
This commit is contained in:
parent
a4e6cefc0d
commit
ea9365bb21
@ -1,3 +1,7 @@
|
||||
2002-06-25 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* breakpoint.c (delete_command): Don't repeat `delete' commands.
|
||||
|
||||
2002-06-25 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* infrun.c (stop_registers): Change variable's type to ``struct
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user