Source position: lldbinstructions.pas line 140
type TLldbInstructionProcessStepAction = (
saContinue,
saOver,
saInto,
saOut,
saInsIn,
saInsOver
);