mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 02:35:00 +08: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:
@ -309,10 +309,6 @@ darwin_solib_create_inferior_hook (int from_tty)
|
||||
bfd *dyld_bfd = NULL;
|
||||
struct inferior *inf = current_inferior ();
|
||||
|
||||
/* First, remove all the solib event breakpoints. Their addresses
|
||||
may have changed since the last time we ran the program. */
|
||||
remove_solib_event_breakpoints ();
|
||||
|
||||
/* Find the program interpreter. */
|
||||
interp_name = find_program_interpreter ();
|
||||
if (!interp_name)
|
||||
|
Reference in New Issue
Block a user