mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:13:56 +00:00
winedbg: Call DebugActiveProcessStop when detaching.
This commit is contained in:
parent
cc086f09ae
commit
b62b740de2
1 changed files with 2 additions and 1 deletions
|
@ -946,7 +946,8 @@ static BOOL tgt_process_active_close_process(struct dbg_process* pcs, BOOL kill)
|
||||||
ContinueDebugEvent(dbg_curr_pid, dbg_curr_tid, DBG_CONTINUE);
|
ContinueDebugEvent(dbg_curr_pid, dbg_curr_tid, DBG_CONTINUE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
|
if (!kill)
|
||||||
{
|
{
|
||||||
if (!DebugActiveProcessStop(pcs->pid)) return FALSE;
|
if (!DebugActiveProcessStop(pcs->pid)) return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue