Skip to content
Snippets Groups Projects
Commit fdd1c1c7 authored by eric pouech's avatar eric pouech Committed by Alexandre Julliard
Browse files

winedbg: Detect debuggee termination before first exception.

When a crash in a program happens, and the debugger in launched in --auto
mode, in some cases the program terminates before the debugger has gotten
proper context on debuggee.
(Could be a watchdog in programs checking if it's debugged and terminating
itself if so).

Detect debuggee termination and still provide some information on debuggee
(threads, modules, system info). The backtrace will not be available as
no exception is gotten from debuggee.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55187


Signed-off-by: default avatarEric Pouech <epouech@codeweavers.com>
parent 7ada0e22
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment