On Windows, the process is broken by ordering and actual debug break execution in a new thread. We need to process this even before continuing exception handling in debuggee to avoid race.
Signed-off-by: Jacek Caban jacek@codeweavers.com --- programs/winedbg/debugger.h | 4 ++-- programs/winedbg/tgt_active.c | 14 +++++--------- programs/winedbg/winedbg.c | 10 ++++++++-- 3 files changed, 15 insertions(+), 13 deletions(-)