Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i233 StepOutOfFrame (SBFrame &frame);
236 "Step out of the specified frame.") StepOutOfFrame;
238 StepOutOfFrame (SBFrame &frame, SBError &error);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h112 void StepOutOfFrame(SBFrame &frame);
114 void StepOutOfFrame(SBFrame &frame, SBError &error);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp677 void SBThread::StepOutOfFrame(SBFrame &sb_frame) { in StepOutOfFrame() function in SBThread
678 LLDB_RECORD_METHOD(void, SBThread, StepOutOfFrame, (lldb::SBFrame &), in StepOutOfFrame()
682 StepOutOfFrame(sb_frame, error); in StepOutOfFrame()
685 void SBThread::StepOutOfFrame(SBFrame &sb_frame, SBError &error) { in StepOutOfFrame() function in SBThread
686 LLDB_RECORD_METHOD(void, SBThread, StepOutOfFrame, in StepOutOfFrame()
1411 LLDB_REGISTER_METHOD(void, SBThread, StepOutOfFrame, (lldb::SBFrame &)); in RegisterMethods()
1412 LLDB_REGISTER_METHOD(void, SBThread, StepOutOfFrame, in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp54498 (arg1)->StepOutOfFrame(*arg2); in _wrap_SBThread_StepOutOfFrame__SWIG_0()
54535 (arg1)->StepOutOfFrame(*arg2,*arg3); in _wrap_SBThread_StepOutOfFrame__SWIG_1()