39 const FString& ThreadName,
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
ECrashContextType
Definition GenericPlatformCrashContext.h:112
Definition GenericPlatformCrashContext.h:395
uint32 CrashedThreadId
Definition GenericPlatformCrashContext.h:793
Definition MicrosoftPlatformCrashContext.h:9
static CORE_API void GetProcModuleHandles(const FProcHandle &Process, FModuleHandleArray &OutHandles)
Definition MicrosoftPlatformCrashContext.cpp:50
FMicrosoftPlatformCrashContext(ECrashContextType InType, const TCHAR *InErrorMessage)
Definition MicrosoftPlatformCrashContext.h:10
TArray< void *, TInlineAllocator< 128 > > FModuleHandleArray
Definition MicrosoftPlatformCrashContext.h:23
virtual CORE_API void AddPortableThreadCallStack(uint32 ThreadId, const TCHAR *ThreadName, const uint64 *StackFrames, int32 NumStackFrames) override
Definition MicrosoftPlatformCrashContext.cpp:38
static CORE_API void ConvertProgramCountersToStackFrames(const FProcHandle &Process, const FModuleHandleArray &SortedModuleHandles, const uint64 *ProgramCounters, int32 NumPCs, TArray< FCrashStackFrame > &OutStackFrames)
Definition MicrosoftPlatformCrashContext.cpp:76
CORE_API void CaptureAllThreadContexts()
Definition MicrosoftPlatformCrashContext.cpp:10
static CORE_API void AddThreadContextString(uint32 CrashedThreadId, uint32 ThreadId, const FString &ThreadName, const TArray< FCrashStackFrame > &StackFrames, FString &OutStr)
Definition MicrosoftPlatformCrashContext.cpp:136
virtual CORE_API void SetPortableCallStack(const uint64 *StackTrace, int32 StackTraceDepth) override
Definition MicrosoftPlatformCrashContext.cpp:43
virtual CORE_API bool GetPlatformAllThreadContextsString(FString &OutStr) const override
Definition MicrosoftPlatformCrashContext.cpp:121
virtual CORE_API void AddPortableThreadCallStacks(TConstArrayView< FThreadCallStack > Threads) override
Definition MicrosoftPlatformCrashContext.cpp:22
Definition AndroidPlatformProcess.h:13