* breakpoint.h (enum bpstat_what_main_action): Remove
BPSTAT_WHAT_THROUGH_SIGTRAMP. * infrun.c (process_event_stop_test): Do not check for it.
This commit is contained in:
parent
4a594fce16
commit
ab14ee8d0c
@ -1,3 +1,9 @@
|
||||
2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* breakpoint.h (enum bpstat_what_main_action): Remove
|
||||
BPSTAT_WHAT_THROUGH_SIGTRAMP.
|
||||
* infrun.c (process_event_stop_test): Do not check for it.
|
||||
|
||||
2007-05-22 Chris Dearman <chris@mips.com>
|
||||
Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
|
@ -486,10 +486,6 @@ enum bpstat_what_main_action
|
||||
/* Clear step resume breakpoint, and keep checking. */
|
||||
BPSTAT_WHAT_STEP_RESUME,
|
||||
|
||||
/* Clear through_sigtramp breakpoint, muck with trap_expected, and keep
|
||||
checking. */
|
||||
BPSTAT_WHAT_THROUGH_SIGTRAMP,
|
||||
|
||||
/* Check the dynamic linker's data structures for new libraries, then
|
||||
keep checking. */
|
||||
BPSTAT_WHAT_CHECK_SHLIBS,
|
||||
|
@ -2178,15 +2178,6 @@ process_event_stop_test:
|
||||
}
|
||||
break;
|
||||
|
||||
case BPSTAT_WHAT_THROUGH_SIGTRAMP:
|
||||
if (debug_infrun)
|
||||
fprintf_unfiltered (gdb_stdlog, "infrun: BPSTAT_WHAT_THROUGH_SIGTRAMP\n");
|
||||
/* If were waiting for a trap, hitting the step_resume_break
|
||||
doesn't count as getting it. */
|
||||
if (trap_expected)
|
||||
ecs->another_trap = 1;
|
||||
break;
|
||||
|
||||
case BPSTAT_WHAT_CHECK_SHLIBS:
|
||||
case BPSTAT_WHAT_CHECK_SHLIBS_RESUME_FROM_HOOK:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user