gdb/
[deliverable/binutils-gdb.git] / gdb / linux-nat.c
index 0c95b95f936051b3ba0894ffd012f7470eb691ca..48ea1bc46c81b40c72f83eb5109f4f66e6f2222b 100644 (file)
@@ -769,7 +769,7 @@ holding the child stopped.  Try \"set detach-on-fork\" or \
                 breakpoint.  If a "cloned-VM" event was propagated
                 better throughout the core, this wouldn't be
                 required.  */
-             solib_create_inferior_hook ();
+             solib_create_inferior_hook (0);
            }
 
          /* Let the thread_db layer learn about this new process.  */
@@ -952,7 +952,7 @@ Attaching after process %d fork to child process %d.\n"),
             shared libraries, and install the solib event breakpoint.
             If a "cloned-VM" event was propagated better throughout
             the core, this wouldn't be required.  */
-         solib_create_inferior_hook ();
+         solib_create_inferior_hook (0);
        }
 
       /* Let the thread_db layer learn about this new process.  */
This page took 0.024369 seconds and 4 git commands to generate.