Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h116 void StepOutOfFrame(SBFrame &frame);
118 void StepOutOfFrame(SBFrame &frame, SBError &error);
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadDocstrings.i138 ) lldb::SBThread::StepOutOfFrame;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp660 void SBThread::StepOutOfFrame(SBFrame &sb_frame) { in StepOutOfFrame() function in SBThread
664 StepOutOfFrame(sb_frame, error); in StepOutOfFrame()
667 void SBThread::StepOutOfFrame(SBFrame &sb_frame, SBError &error) { in StepOutOfFrame() function in SBThread
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp62416 (arg1)->StepOutOfFrame(*arg2); in _wrap_SBThread_StepOutOfFrame__SWIG_0()
62453 (arg1)->StepOutOfFrame(*arg2,*arg3); in _wrap_SBThread_StepOutOfFrame__SWIG_1()