diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-11-22 04:41:45 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-11-22 04:41:45 +0000 |
commit | d81191fc8caa832c477c8f8ec8a609d76d3a6951 (patch) | |
tree | 1aef3499253649f91263ebd86312613f4aa98ab0 /gdb/breakpoint.h | |
parent | 325e2ec8db6ccf17ac2aa252bd242b01da3dfd02 (diff) | |
download | fsf-binutils-gdb-d81191fc8caa832c477c8f8ec8a609d76d3a6951.zip fsf-binutils-gdb-d81191fc8caa832c477c8f8ec8a609d76d3a6951.tar.gz fsf-binutils-gdb-d81191fc8caa832c477c8f8ec8a609d76d3a6951.tar.bz2 |
Remove the unused BPSTAT_WHAT_CHECK_SHLIBS_RESUME_FROM_HOOK.
* breakpoint.h (enum bpstat_what_main_action): Remove
BPSTAT_WHAT_CHECK_SHLIBS_RESUME_FROM_HOOK.
* breakpoint.c (bpstat_what): Delete catch_shlib_event from enum class.
Remove the BPSTAT_WHAT_CHECK_SHLIBS_RESUME_FROM_HOOK column from
variable table.
* infrun.c (wait_for_inferior): Remove handling of
BPSTAT_WHAT_CHECK_SHLIBS_RESUME_FROM_HOOK.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index cff6c3f..ef8121b 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -519,10 +519,6 @@ enum bpstat_what_main_action keep checking. */ BPSTAT_WHAT_CHECK_SHLIBS, - /* Check the dynamic linker's data structures for new libraries, then - resume out of the dynamic linker's callback, stop and print. */ - BPSTAT_WHAT_CHECK_SHLIBS_RESUME_FROM_HOOK, - /* This is just used to keep track of how many enums there are. */ BPSTAT_WHAT_LAST }; |