Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h548 StepIn(bool source_step,
564 bool source_step,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1920 Status Thread::StepIn(bool source_step, in StepIn() argument
1933 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepIn()
1956 Status Thread::StepOver(bool source_step, in StepOver() argument
1967 if (source_step && frame_sp && frame_sp->HasDebugInformation()) { in StepOver()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7413 bool source_step = (c == 'n'); in WindowDelegateHandleChar() local
7414 exe_ctx.GetThreadRef().StepOver(source_step); in WindowDelegateHandleChar()
7426 bool source_step = (c == 's'); in WindowDelegateHandleChar() local
7427 exe_ctx.GetThreadRef().StepIn(source_step); in WindowDelegateHandleChar()