Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThread.h518 StepIn(bool source_step,
534 bool source_step,
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp1887 Status Thread::StepIn(bool source_step, in StepIn() argument
1900 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepIn()
1923 Status Thread::StepOver(bool source_step, in StepOver() argument
1934 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepOver()
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7386 bool source_step = (c == 'n'); in WindowDelegateHandleChar() local
7387 exe_ctx.GetThreadRef().StepOver(source_step); in WindowDelegateHandleChar()
7399 bool source_step = (c == 's'); in WindowDelegateHandleChar() local
7400 exe_ctx.GetThreadRef().StepIn(source_step); in WindowDelegateHandleChar()