CrashReportState Struct Reference

#include <crashhandler.h>

详细描述

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

公共成员函数

  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()

CrashReportState ( )

Member Data Documentation

◆  _exceptionCode

Int _exceptionCode

◆  _exceptionName

const char* _exceptionName

◆  _programCounter

void* _programCounter

◆  _osThread

void* _osThread

◆  _exception

const void* _exception

◆  _modules

BaseArray < CrashModuleEntry , BASEARRAY_DEFAULT_CHUNK_SIZE , BASEARRAYFLAGS::NONE , CStdLibAllocator > _modules

◆  _threads

BaseArray < CrashThreadState , BASEARRAY_DEFAULT_CHUNK_SIZE , BASEARRAYFLAGS::NONE , CStdLibAllocator > _threads