diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-05-23 11:39:17 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-05-23 11:39:17 +0000 |
commit | ab14ee8d0c8f64de6487735ef1e33ccbf3bea3c3 (patch) | |
tree | e132f70dffb4db2235b7c07bc313d1acd2194cea /gdb/infrun.c | |
parent | 4a594fce16683232bbb2e239d3e3ebcfcde16d1a (diff) | |
download | gdb-ab14ee8d0c8f64de6487735ef1e33ccbf3bea3c3.zip gdb-ab14ee8d0c8f64de6487735ef1e33ccbf3bea3c3.tar.gz gdb-ab14ee8d0c8f64de6487735ef1e33ccbf3bea3c3.tar.bz2 |
* breakpoint.h (enum bpstat_what_main_action): Remove
BPSTAT_WHAT_THROUGH_SIGTRAMP.
* infrun.c (process_event_stop_test): Do not check for it.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index dccd9ec..f90a556 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -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: { |