diff options
Diffstat (limited to 'overlay/mgdb/gdb')
-rw-r--r-- | overlay/mgdb/gdb/winnt-nat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/overlay/mgdb/gdb/winnt-nat.c b/overlay/mgdb/gdb/winnt-nat.c index 396b49f..68be886 100644 --- a/overlay/mgdb/gdb/winnt-nat.c +++ b/overlay/mgdb/gdb/winnt-nat.c @@ -1101,15 +1101,15 @@ static void winnt_resume_one(ptid_t ptid, int step, enum gdb_signal sig) __dbg_regs_store(process->pfd,tid,tctx); if (tid == process->event.systid) { - while (__dbg_resume_thread(process->pfd,tid) > 1) - (void)0; - process->event.eresponse = __DBG_RESPONSE_CONTINUE; __dbg_event_respond( process->pfd, &process->event); + while (__dbg_resume_thread(process->pfd,tid) > 1) + (void)0; + process->event.syspid = 0; process->event.systid = 0; } |