Changeset 7452 for code/trunk/src/libraries/util/SignalHandler.h
- Timestamp:
- Sep 14, 2010, 2:35:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/util/SignalHandler.h
r7449 r7452 115 115 void doCatch( const std::string & appName, const std::string & filename ); 116 116 117 static std::string getStackTrace(PEXCEPTION_POINTERS pExceptionInfo = NULL); 118 static std::string getExceptionType(PEXCEPTION_POINTERS pExceptionInfo); 119 117 120 private: 118 121 static LONG WINAPI exceptionFilter(PEXCEPTION_POINTERS pExceptionInfo); 119 122 120 static std::string getStackTrace(PEXCEPTION_POINTERS pExceptionInfo = NULL);121 static std::string getExceptionType(PEXCEPTION_POINTERS pExceptionInfo);122 123 static std::string getModuleName(const std::string& path); 123 124 static DWORD getModuleBase(DWORD dwAddress);
Note: See TracChangeset
for help on using the changeset viewer.