Searched refs:source_step (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h477 /// \param[in] source_step
493 StepIn(bool source_step,
502 /// \param[in] source_step
509 bool source_step,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp2103 Status Thread::StepIn(bool source_step, argument
2116 if (source_step && frame_sp && frame_sp->HasDebugInformation()) {
2139 Status Thread::StepOver(bool source_step, argument
2150 if (source_step && frame_sp && frame_sp->HasDebugInformation()) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3851 bool source_step = (c == 'n'); variable
3852 exe_ctx.GetThreadRef().StepOver(source_step); variable
3864 bool source_step = (c == 's'); variable
3865 exe_ctx.GetThreadRef().StepIn(source_step); variable

Completed in 115 milliseconds