summaryrefslogtreecommitdiff
path: root/gdb/solib-spu.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2010-02-24 00:29:02 +0000
committerPedro Alves <palves@redhat.com>2010-02-24 00:29:02 +0000
commitab92d69b1e3a3db7bd4f9564ad3b5bbccc9a7988 (patch)
tree8a162edfddda961ec90ae6159b96365b9a2bb735 /gdb/solib-spu.c
parente6baae03e6244d5899466fc4cc38a18c13b049ff (diff)
* 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-spu.c')
-rw-r--r--gdb/solib-spu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/solib-spu.c b/gdb/solib-spu.c
index 94a77fb692..75e6236203 100644
--- a/gdb/solib-spu.c
+++ b/gdb/solib-spu.c
@@ -367,10 +367,6 @@ spu_enable_break (struct objfile *objfile)
static void
spu_solib_create_inferior_hook (int from_tty)
{
- /* Remove all previously installed solib breakpoints. Both the SVR4
- code and us will re-install all required breakpoints. */
- remove_solib_event_breakpoints ();
-
/* Handle SPE stand-alone executables. */
if (spu_standalone_p ())
{