* breakpoint.c (breakpoint_1): Add "QUIT".
This commit is contained in:
parent
081058572d
commit
bad5601415
@ -1,3 +1,7 @@
|
|||||||
|
2010-03-08 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* breakpoint.c (breakpoint_1): Add "QUIT".
|
||||||
|
|
||||||
2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
|
2010-03-08 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
Pedro Alves <pedro@codesourcery.com>
|
Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
|
@ -4670,6 +4670,8 @@ breakpoint_1 (int bnum, int allflag)
|
|||||||
annotate_breakpoints_table ();
|
annotate_breakpoints_table ();
|
||||||
|
|
||||||
ALL_BREAKPOINTS (b)
|
ALL_BREAKPOINTS (b)
|
||||||
|
{
|
||||||
|
QUIT;
|
||||||
if (bnum == -1
|
if (bnum == -1
|
||||||
|| bnum == b->number)
|
|| bnum == b->number)
|
||||||
{
|
{
|
||||||
@ -4678,6 +4680,7 @@ breakpoint_1 (int bnum, int allflag)
|
|||||||
if (allflag || user_settable_breakpoint (b))
|
if (allflag || user_settable_breakpoint (b))
|
||||||
print_one_breakpoint (b, &last_loc, print_address_bits, allflag);
|
print_one_breakpoint (b, &last_loc, print_address_bits, allflag);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
do_cleanups (bkpttbl_chain);
|
do_cleanups (bkpttbl_chain);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user