diff options
author | Pedro Alves <palves@redhat.com> | 2010-02-24 00:29:02 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-02-24 00:29:02 +0000 |
commit | ab92d69b1e3a3db7bd4f9564ad3b5bbccc9a7988 (patch) | |
tree | 8a162edfddda961ec90ae6159b96365b9a2bb735 /gdb/solib-svr4.c | |
parent | e6baae03e6244d5899466fc4cc38a18c13b049ff (diff) | |
download | gdb-ab92d69b1e3a3db7bd4f9564ad3b5bbccc9a7988.zip gdb-ab92d69b1e3a3db7bd4f9564ad3b5bbccc9a7988.tar.gz gdb-ab92d69b1e3a3db7bd4f9564ad3b5bbccc9a7988.tar.bz2 |
* breakpoint.c (breakpoint_init_inferior): Also delete
bp_shlib_event breakpoints.
* solib-frv.c (enable_break): Remove call to
remove_solib_event_breakpoints.
* solib-svr4.c (enable_break): Ditto.
* solib-darwin.c (darwin_solib_create_inferior_hook): Ditto.
* solib-pa64.c (pa64_solib_create_inferior_hook): Ditto.
* solib-som.c (som_solib_create_inferior_hook): Ditto.
* solib-spu.c (spu_enable_break): Ditto.
Diffstat (limited to 'gdb/solib-svr4.c')
-rw-r--r-- | gdb/solib-svr4.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/solib-svr4.c b/gdb/solib-svr4.c index 8edc889..4317283 100644 --- a/gdb/solib-svr4.c +++ b/gdb/solib-svr4.c @@ -1315,10 +1315,6 @@ enable_break (struct svr4_info *info, int from_tty) gdb_byte *interp_name; CORE_ADDR sym_addr; - /* First, remove all the solib event breakpoints. Their addresses - may have changed since the last time we ran the program. */ - remove_solib_event_breakpoints (); - info->interp_text_sect_low = info->interp_text_sect_high = 0; info->interp_plt_sect_low = info->interp_plt_sect_high = 0; |