Show
Ignore:
Timestamp:
11/19/08 13:24:39 (17 years ago)
Author:
yumileroy
Message:

[svn] * Updated to 6743 and 685

Moved language id used by Arena to a higher place to solve conflicts
Added the empty script folders

Original author: Neo2003
Date: 2008-10-09 08:42:22-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/shared/WheatyExceptionReport.h

    r2 r28  
    8080            PEXCEPTION_POINTERS pExceptionInfo ); 
    8181 
     82        static void printTracesForAllThreads(); 
    8283    private: 
    83  
    8484        // where report info is extracted and generated 
    8585        static void GenerateExceptionReport( PEXCEPTION_POINTERS pExceptionInfo ); 
     
    9393            DWORD& section, DWORD_PTR& offset ); 
    9494 
    95         static void WriteStackDetails( PCONTEXT pContext, bool bWriteVariables ); 
     95        static void WriteStackDetails( PCONTEXT pContext, bool bWriteVariables, HANDLE pThreadHandle); 
    9696 
    9797        static BOOL CALLBACK EnumerateSymbolsCallback(PSYMBOL_INFO,ULONG, PVOID);