* 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:
Pedro Alves
2010-02-24 00:29:02 +00:00
parent e6baae03e6
commit ab92d69b1e
8 changed files with 34 additions and 28 deletions

View File

@ -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)