* breakpoint.c (breakpoint_thread_match break_command_1):
[deliverable/binutils-gdb.git] / gdb / osfsolib.c
index 549258adb3a0d7d37fb90d6214d46cd2858b8740..4006f172f8bbf88b4908327a0752fb39c74b1212 100644 (file)
@@ -742,7 +742,7 @@ solib_create_inferior_hook()
   stop_signal = 0;
   do
     {
-      target_resume (inferior_pid, 0, stop_signal);
+      target_resume (-1, 0, stop_signal);
       wait_for_inferior ();
     }
   while (stop_signal != SIGTRAP);
This page took 0.023833 seconds and 4 git commands to generate.