Home
last modified time | relevance | path

Searched refs:StepInstruction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h120 void StepInstruction(bool step_over);
122 void StepInstruction(bool step_over, SBError &error);
152 /// called (StepOver, StepInto, StepOut, StepInstruction, RunToAddress), the
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadDocstrings.i142 ) lldb::SBThread::StepInstruction;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp704 void SBThread::StepInstruction(bool step_over) { in StepInstruction() function in SBThread
708 StepInstruction(step_over, error); in StepInstruction()
711 void SBThread::StepInstruction(bool step_over, SBError &error) { in StepInstruction() function in SBThread
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp62553 (arg1)->StepInstruction(arg2); in _wrap_SBThread_StepInstruction__SWIG_0()
62586 (arg1)->StepInstruction(arg2,*arg3); in _wrap_SBThread_StepInstruction__SWIG_1()