mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* 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.
This commit is contained in:
@@ -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 ())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user