[PATCH 2/2] winedbg: Set auto attach event after processing the first exception.
July 2, 2019
4:02 p.m.
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(a)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(-)
2459
Age (days ago)
2459
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban