gdb/gdbserver/
[deliverable/binutils-gdb.git] / gdb / solib-frv.c
index 5c9a220fd9f6ed3f7765273b9d44208848ee1259..245ca84f763214c697de64fd6ef58b7ffa21e3fe 100644 (file)
@@ -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)
@@ -984,7 +980,7 @@ frv_relocate_main_executable (void)
  */
 
 static void
-frv_solib_create_inferior_hook (void)
+frv_solib_create_inferior_hook (int from_tty)
 {
   /* Relocate main executable.  */
   frv_relocate_main_executable ();
This page took 0.063118 seconds and 4 git commands to generate.