class documentation

class FrameEndType(_Enum):

View In Hierarchy

Enum describing the various type of stack frame end.

  • Explicit: The stack frame was ended when the stack was active (e.g with a ret)
  • Manual: The stack frame was ended on an inactive stack (not the current one).
  • AfterTrace: The stack frame was still available at the end of the trace, so it ended after the end of the trace.
Class Variable AfterTrace Undocumented
Class Variable Explicit Undocumented
Class Variable Manual Undocumented
AfterTrace: int =

Undocumented

Explicit: int =

Undocumented

Manual: int =

Undocumented