Home
last modified time | relevance | path

Searched refs:step_type (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/inline-stepping/
H A DTestInlineStepping.py57 def do_step(self, step_type, destination_line_entry, test_stack_depth): argument
59 if step_type == "into":
62 elif step_type == "out":
65 elif step_type == "over":
68 self.fail("Unrecognized step type: " + step_type)
77 step_type +
101 step_type +
115 (step_type,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp270 TensorSpec::createSpec<int32_t>(TFFeedPrefix + "step_type", {1})};
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp365 StepType step_type, in CommandObjectThreadStepWithTypeAndScope() argument
372 m_step_type(step_type), m_step_scope(step_scope), in CommandObjectThreadStepWithTypeAndScope()
388 if (step_type == eStepTypeScripted) { in CommandObjectThreadStepWithTypeAndScope()