summaryrefslogtreecommitdiffstats
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-05-23 11:39:17 +0000
committerDaniel Jacobowitz <drow@false.org>2007-05-23 11:39:17 +0000
commitab14ee8d0c8f64de6487735ef1e33ccbf3bea3c3 (patch)
treee132f70dffb4db2235b7c07bc313d1acd2194cea /gdb/infrun.c
parent4a594fce16683232bbb2e239d3e3ebcfcde16d1a (diff)
downloadppe42-binutils-ab14ee8d0c8f64de6487735ef1e33ccbf3bea3c3.tar.gz
ppe42-binutils-ab14ee8d0c8f64de6487735ef1e33ccbf3bea3c3.zip
* 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.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index dccd9ec073..f90a556e0e 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:
{
OpenPOWER on IntegriCloud