Changeset 8976 for code/branches
- Timestamp:
- Dec 14, 2011, 1:50:57 PM (13 years ago)
- Location:
- code/branches/presentation2011
- Files:
-
- 2 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2011
- Property svn:mergeinfo changed
/code/branches/environment3 (added) merged: 8887,8889,8917,8919,8946-8947,8961,8963,8972
- Property svn:mergeinfo changed
-
code/branches/presentation2011/src/libraries/util/SignalHandler.cc
r8858 r8976 70 70 71 71 catchSignal( SIGSEGV ); 72 catchSignal( SIGABRT ); 72 catchSignal( SIGABRT ); 73 73 catchSignal( SIGILL ); 74 74 } … … 675 675 676 676 /// Returns a description of the given exception. 677 // Based on code from Dr. Mingw by Jos éFonseca677 // Based on code from Dr. Mingw by Jos\E9 Fonseca 678 678 /* static */ std::string SignalHandler::getExceptionType(PEXCEPTION_POINTERS pExceptionInfo) 679 679 { … … 745 745 746 746 /// Retrieves the base address of the module that contains the specified address. 747 // Code from Dr. Mingw by Jos éFonseca747 // Code from Dr. Mingw by Jos\E9 Fonseca 748 748 /* static */ DWORD SignalHandler::getModuleBase(DWORD dwAddress) 749 749 {
Note: See TracChangeset
for help on using the changeset viewer.