These values correspond to the StackFrameTypeEnum enumeration, and are documented here: https://msdn.microsoft.com/en‐us/library/bc5207xw.aspx.
Synopsis
Declared in <llvm/DebugInfo/PDB/PDBTypes.h>
enum class PDB_StackFrameType : uint16_t;
Members
Name |
Description |
|
Frame pointer omitted (FPO) frame. |
|
Kernel trap frame. |
|
Kernel TSS frame. |
|
EBP‐based frame. |
|
Frame described by FrameData records. |
|
Unknown stack frame type. |
Created with MrDocs