Open Search
    CrashReportState Struct Reference

    #include <crashhandler.h>

    Detailed Description

    Crash state consisting of exception type and a list of modules and threads.

    Public Member Functions

     CrashReportState ()
     

    Public Attributes

    Int _exceptionCode
     
    const char * _exceptionName
     
    void * _programCounter
     
    void * _osThread
     
    const void * _exception
     
    BaseArray< CrashModuleEntry, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, CStdLibAllocator_modules
     
    BaseArray< CrashThreadState, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, CStdLibAllocator_threads
     

    Constructor & Destructor Documentation

    ◆ CrashReportState()

    Member Data Documentation

    ◆ _exceptionCode

    Int _exceptionCode

    ◆ _exceptionName

    const char* _exceptionName

    ◆ _programCounter

    void* _programCounter

    ◆ _osThread

    void* _osThread

    ◆ _exception

    const void* _exception

    ◆ _modules

    ◆ _threads