From ab92d69b1e3a3db7bd4f9564ad3b5bbccc9a7988 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Wed, 24 Feb 2010 00:29:02 +0000 Subject: * 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. --- gdb/solib-frv.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/solib-frv.c') diff --git a/gdb/solib-frv.c b/gdb/solib-frv.c index 0976c83..245ca84 100644 --- a/gdb/solib-frv.c +++ b/gdb/solib-frv.c @@ -818,10 +818,6 @@ enable_break (void) { asection *interp_sect; - /* 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) { if (solib_frv_debug) -- cgit v1.1