Add __FILE__ and __LINE__ parameter to internal_error() /
[deliverable/binutils-gdb.git] / gdb / remote-vx.c
index 40b31a5475b12f7ef12cdf079bdba422831cf62f..f49fa7217db2a7c0097f2384ef02f7029b0f0177 100644 (file)
@@ -976,7 +976,8 @@ vx_wait (int pid_to_wait_for, struct target_waitstatus *status)
          sleep_ms (200);       /* FIXME Don't kill the network too badly */
        }
       else if (pid != inferior_pid)
-       internal_error ("Bad pid for debugged task: %s\n",
+       internal_error (__FILE__, __LINE__,
+                       "Bad pid for debugged task: %s\n",
                        local_hex_string ((unsigned long) pid));
     }
   while (pid == 0);
This page took 0.023779 seconds and 4 git commands to generate.