* exceptions.cc (stack_info::walk): Use method to find offset.
(handle_exceptions): Be more assertive in finding ebp for use under W2K. Create a dummy stack frame for cases where program is dying and a stack dump is being output. (sig_handle): Fill out a GetThreadContext for use with a user-generated "core dump".
This commit is contained in:
@ -172,7 +172,7 @@ pinfo *__stdcall procinfo (int n);
|
||||
|
||||
enum
|
||||
{
|
||||
PROC_MAGIC = 0xaf08f000,
|
||||
PROC_MAGIC = 0xaf09f000,
|
||||
PROC_FORK = PROC_MAGIC + 1,
|
||||
PROC_EXEC = PROC_MAGIC + 2,
|
||||
PROC_SPAWN = PROC_MAGIC + 3,
|
||||
|
Reference in New Issue
Block a user