summaryrefslogtreecommitdiff
path: root/gdb/solib-pa64.c
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2010-02-24 00:29:01 +0000
committerPedro Alves <pedro@codesourcery.com>2010-02-24 00:29:01 +0000
commitf68240a5e33eced3032b0bfca5c00be8944fd275 (patch)
tree86dfbd750c88ca3024d31c3245d7367070dd14e7 /gdb/solib-pa64.c
parenta75df5cc5dbb693f5a3d3fe1ad19e47b6b17b79e (diff)
downloadgdb-f68240a5e33eced3032b0bfca5c00be8944fd275.tar.gz
* 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-pa64.c')
-rw-r--r--gdb/solib-pa64.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/solib-pa64.c b/gdb/solib-pa64.c
index df97f319cf0..1643e4e5988 100644
--- a/gdb/solib-pa64.c
+++ b/gdb/solib-pa64.c
@@ -338,10 +338,6 @@ pa64_solib_create_inferior_hook (int from_tty)
struct objfile *objfile;
CORE_ADDR anaddr;
- /* First, remove all the solib event breakpoints. Their addresses
- may have changed since the last time we ran the program. */
- remove_solib_event_breakpoints ();
-
if (symfile_objfile == NULL)
return;