#include <crashhandler.h>
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 |
| CrashReportState | ( | ) |
| Int _exceptionCode |
| const char* _exceptionName |
| void* _programCounter |
| void* _osThread |
| const void* _exception |
| BaseArray<CrashModuleEntry, BASEARRAY_DEFAULT_CHUNK_SIZE, BASEARRAYFLAGS::NONE, CStdLibAllocator> _modules |