Changeset 28 for trunk/src/shared/WheatyExceptionReport.h
- Timestamp:
- 11/19/08 13:24:39 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shared/WheatyExceptionReport.h
r2 r28 80 80 PEXCEPTION_POINTERS pExceptionInfo ); 81 81 82 static void printTracesForAllThreads(); 82 83 private: 83 84 84 // where report info is extracted and generated 85 85 static void GenerateExceptionReport( PEXCEPTION_POINTERS pExceptionInfo ); … … 93 93 DWORD& section, DWORD_PTR& offset ); 94 94 95 static void WriteStackDetails( PCONTEXT pContext, bool bWriteVariables 95 static void WriteStackDetails( PCONTEXT pContext, bool bWriteVariables, HANDLE pThreadHandle); 96 96 97 97 static BOOL CALLBACK EnumerateSymbolsCallback(PSYMBOL_INFO,ULONG, PVOID);