Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThread.i233 StepOutOfFrame (SBFrame &frame);
236 "Step out of the specified frame.") StepOutOfFrame;
238 StepOutOfFrame (SBFrame &frame, SBError &error);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBThread.h112 void StepOutOfFrame(SBFrame &frame);
114 void StepOutOfFrame(SBFrame &frame, SBError &error);
/openbsd-src/gnu/llvm/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