Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBThread.i233 StepOutOfFrame (SBFrame &frame);
236 "Step out of the specified frame.") StepOutOfFrame;
238 StepOutOfFrame (SBFrame &frame, SBError &error);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBThread.h112 void StepOutOfFrame(SBFrame &frame);
114 void StepOutOfFrame(SBFrame &frame, SBError &error);
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_thread.py21 obj.StepOutOfFrame(frame)
/llvm-project-15.0.7/lldb/test/API/python_api/frame/
H A DTestFrames.py209 thread.StepOutOfFrame(frameNow)
/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp662 void SBThread::StepOutOfFrame(SBFrame &sb_frame) { in StepOutOfFrame() function in SBThread
666 StepOutOfFrame(sb_frame, error); in StepOutOfFrame()
669 void SBThread::StepOutOfFrame(SBFrame &sb_frame, SBError &error) { in StepOutOfFrame() function in SBThread
/llvm-project-15.0.7/lldb/test/API/functionalities/return-value/
H A DTestReturnValue.py93 thread.StepOutOfFrame(frame)