summaryrefslogtreecommitdiff
path: root/gdb/gdbthread.h
diff options
context:
space:
mode:
authorqiyao <qiyao>2011-09-07 14:24:43 +0000
committerqiyao <qiyao>2011-09-07 14:24:43 +0000
commitb0106514bfeb2e4d3b24e923aba92ef4c635a179 (patch)
treef6a983765c1e021ba1785a385f13c2a589253e22 /gdb/gdbthread.h
parente53e633a3f09f7fba923872f536a4f4276d6ea2c (diff)
downloadgdb-b0106514bfeb2e4d3b24e923aba92ef4c635a179.tar.gz
gdb/
* gdbthread.h (struct thread_info): Remove fields `stepping_through_solib_after_catch' and `stepping_through_solib_catchpoints'. * infrun.c (init_thread_stepping_state): Update. (process_event_stop_test, currently_stepping): Update. (currently_stepping_or_nexting_callback): Update.
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r--gdb/gdbthread.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h
index 6baeb92c3e3..6011087a84a 100644
--- a/gdb/gdbthread.h
+++ b/gdb/gdbthread.h
@@ -186,17 +186,6 @@ struct thread_info
when GDB gets back SIGTRAP from step_resume_breakpoint. */
int step_after_step_resume_breakpoint;
- /* This is set TRUE when a catchpoint of a shared library event
- triggers. Since we don't wish to leave the inferior in the
- solib hook when we report the event, we step the inferior
- back to user code before stopping and reporting the event. */
- int stepping_through_solib_after_catch;
-
- /* When stepping_through_solib_after_catch is TRUE, this is a
- list of the catchpoints that should be reported as triggering
- when we finally do stop stepping. */
- bpstat stepping_through_solib_catchpoints;
-
/* Per-thread command support. */
/* Pointer to what is left to do for an execution command after the