36class DebugExceptionhandler
38 DebugExceptionhandler(
const DebugExceptionhandler&);
39 DebugExceptionhandler& operator=(
const DebugExceptionhandler&);
42 DebugExceptionhandler(
void);
51 static void LogExceptionLocation(
Debug &dbg,
struct _EXCEPTION_POINTERS *exptr);
60 static void LogRegisters(
Debug &dbg,
struct _EXCEPTION_POINTERS *exptr);
69 static void LogFPURegisters(
Debug &dbg,
struct _EXCEPTION_POINTERS *exptr);
81 static const char *
GetExceptionType(
struct _EXCEPTION_POINTERS *exptr,
char *explanation);
87 static long __stdcall
ExceptionFilter(
struct _EXCEPTION_POINTERS* pExPtrs);