X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fwindows-nat.c;h=67f0c99599a9779bfa5a5c5c33498adf76bba81d;hb=727fc41e077139570ea8b8ddfd6c546b2a55627c;hp=0a9bd59930b8867a699fe26dd1d15981c42c918a;hpb=28439f5ef78fd28c36bfc8c4b262f44fdd1ec40f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 0a9bd59930..67f0c99599 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -113,7 +113,7 @@ static int debug_registers_used; #define DEBUG_EXCEPT(x) if (debug_exceptions) printf_unfiltered x static void windows_stop (ptid_t); -static int windows_thread_alive (ptid_t); +static int windows_thread_alive (struct target_ops *, ptid_t); static void windows_kill_inferior (void); static enum target_signal last_sig = TARGET_SIGNAL_0; @@ -1432,7 +1432,7 @@ get_windows_debug_event (struct target_ops *ops, if (!retval || saw_create != 1) { if (continue_status == -1) - windows_resume (minus_one_ptid, 0, 1); + windows_resume (ops, minus_one_ptid, 0, 1); else CHECK (windows_continue (continue_status, -1)); }