GlobalUnwindInfo() |
void | AddUnwindInfo(void* functionAddress, const char* functionName, const char* sourceFilePath) |
void | DisposeCallStack(UnwindInfo* unwindInfoList) |
void | Done() static |
const char* | GetCallStack(UnwindInfo* unwindInfoList) |
void | Init() static |
bool | Initialized() static |
GlobalUnwindInfo& | Instance() static |
std::unordered_map<void*, std::string*> | callStackMap |
std::unique_ptr<GlobalUnwindInfo> | instance static |
std::unordered_map<void*, FunctionUnwindInfo*> | unwindInfoMap |
std::vector<std::unique_ptr<FunctionUnwindInfo>> | unwindInfoVec |