gdb/
[deliverable/binutils-gdb.git] / gdb / solib-som.c
index 758db07ee28bc73894ed0cf1bad91baf72f0a59b..1ac83e15c37912e1613092a6592d104418c0a78d 100644 (file)
@@ -183,7 +183,7 @@ struct {
    means running until the "_start" is called.  */
 
 static void
-som_solib_create_inferior_hook (void)
+som_solib_create_inferior_hook (int from_tty)
 {
   enum bfd_endian byte_order = gdbarch_byte_order (target_gdbarch);
   struct minimal_symbol *msymbol;
@@ -192,10 +192,6 @@ som_solib_create_inferior_hook (void)
   char buf[4];
   CORE_ADDR anaddr;
 
-  /* First, 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)
     return;
 
This page took 0.023706 seconds and 4 git commands to generate.