Ark Server API (ASA) - Wiki
|
This is the complete list of members for FWindowsPlatformStackWalk, including all inherited members.
Base typedef | FGenericPlatformStackWalk | |
CaptureStackBackTrace(uint64 *BackTrace, uint32 MaxDepth, void *Context=nullptr) | FWindowsPlatformStackWalk | static |
CaptureThreadStackBackTrace(uint64 ThreadId, uint64 *BackTrace, uint32 MaxDepth, void *Context=nullptr) | FWindowsPlatformStackWalk | static |
ExtractInfoFromModule(void *ProcessHandle, void *ModuleHandle, FStackWalkModuleInfo &OutInfo) | FMicrosoftPlatformStackWalk | protectedstatic |
GetDownstreamStorage() | FWindowsPlatformStackWalk | static |
GetFunctionDefinitionLocation(const FString &FunctionSymbolName, const FString &FunctionModuleName, FString &OutPathname, uint32 &OutLineNumber, uint32 &OutColumnNumber) | FWindowsPlatformStackWalk | static |
GetProcessModuleCount() | FWindowsPlatformStackWalk | static |
GetProcessModuleSignatures(FStackWalkModuleInfo *ModuleSignatures, const int32 ModuleSignaturesSize) | FWindowsPlatformStackWalk | static |
GetStack(int32 IgnoreCount, int32 MaxDepth=100, void *Context=nullptr) | FWindowsPlatformStackWalk | static |
GetSymbolMetaData() | FGenericPlatformStackWalk | static |
Init() | FGenericPlatformStackWalk | static |
InitStackWalking() | FWindowsPlatformStackWalk | static |
InitStackWalkingForProcess(const FProcHandle &Process) | FWindowsPlatformStackWalk | static |
InitStackWalkingInternal(void *Process, bool bForceReinitOnProcessMismatch) | FWindowsPlatformStackWalk | privatestatic |
MakeThreadContextWrapper(void *Context, void *ThreadHandle) | FWindowsPlatformStackWalk | static |
ProgramCounterToHumanReadableString(int32 CurrentCallDepth, uint64 ProgramCounter, ANSICHAR *HumanReadableString, SIZE_T HumanReadableStringSize, FGenericCrashContext *Context=nullptr) | FGenericPlatformStackWalk | static |
ProgramCounterToSymbolInfo(uint64 ProgramCounter, FProgramCounterSymbolInfo &out_SymbolInfo) | FWindowsPlatformStackWalk | static |
ProgramCounterToSymbolInfoEx(uint64 ProgramCounter, FProgramCounterSymbolInfoEx &out_SymbolInfo) | FWindowsPlatformStackWalk | static |
RegisterOnModulesChanged() | FWindowsPlatformStackWalk | static |
ReleaseThreadContextWrapper(void *ThreadContext) | FWindowsPlatformStackWalk | static |
StackWalkAndDump(ANSICHAR *HumanReadableString, SIZE_T HumanReadableStringSize, int32 IgnoreCount, void *Context=nullptr) | FWindowsPlatformStackWalk | static |
StackWalkAndDump(ANSICHAR *HumanReadableString, SIZE_T HumanReadableStringSize, void *ProgramCounter, void *Context=nullptr) | FWindowsPlatformStackWalk | static |
StackWalkAndDumpEx(ANSICHAR *HumanReadableString, SIZE_T HumanReadableStringSize, int32 IgnoreCount, uint32 Flags, void *Context=nullptr) | FGenericPlatformStackWalk | static |
StackWalkAndDumpEx(ANSICHAR *HumanReadableString, SIZE_T HumanReadableStringSize, void *ProgramCounter, uint32 Flags, void *Context=nullptr) | FGenericPlatformStackWalk | static |
SymbolInfoToHumanReadableString(const FProgramCounterSymbolInfo &SymbolInfo, ANSICHAR *HumanReadableString, SIZE_T HumanReadableStringSize) | FGenericPlatformStackWalk | static |
SymbolInfoToHumanReadableStringEx(const FProgramCounterSymbolInfoEx &SymbolInfo, FString &out_HumanReadableString) | FGenericPlatformStackWalk | static |
ThreadStackWalkAndDump(ANSICHAR *HumanReadableString, SIZE_T HumanReadableStringSize, int32 IgnoreCount, uint32 ThreadId) | FWindowsPlatformStackWalk | static |
UploadLocalSymbols() | FWindowsPlatformStackWalk | static |
WantsDetailedCallstacksInNonMonolithicBuilds() | FGenericPlatformStackWalk | protectedstatic |