6#include "Microsoft/MicrosoftPlatformStackWalk.h"
9
10
21 FORCENOINLINE static uint32 CaptureStackBackTrace( uint64* BackTrace, uint32 MaxDepth,
void* Context =
nullptr );
23 FORCENOINLINE static void StackWalkAndDump( ANSICHAR* HumanReadableString, SIZE_T HumanReadableStringSize, int32 IgnoreCount,
void* Context =
nullptr );
24 static void StackWalkAndDump( ANSICHAR* HumanReadableString, SIZE_T HumanReadableStringSize,
void* ProgramCounter,
void* Context =
nullptr );
25 static void ThreadStackWalkAndDump(ANSICHAR* HumanReadableString, SIZE_T HumanReadableStringSize, int32 IgnoreCount, uint32 ThreadId);
33
34
35
36
37
38
39
43
44
51
52
53
54
55
56
57
58
59
60
61
62
63