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

FPO

Frame pointer omitted (FPO) frame.

KernelTrap

Kernel trap frame.

KernelTSS

Kernel TSS frame.

EBP

EBP‐based frame.

FrameData

Frame described by FrameData records.

Unknown

Unknown stack frame type.

Created with MrDocs