Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBThread.i230 StepOutOfFrame (SBFrame &frame);
233 "Step out of the specified frame.") StepOutOfFrame;
235 StepOutOfFrame (SBFrame &frame, SBError &error);
/external/llvm-project/lldb/include/lldb/API/
DSBThread.h109 void StepOutOfFrame(SBFrame &frame);
111 void StepOutOfFrame(SBFrame &frame, SBError &error);
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_thread.py21 obj.StepOutOfFrame(frame)
/external/llvm-project/lldb/source/API/
DSBThread.cpp661 void SBThread::StepOutOfFrame(SBFrame &sb_frame) { in StepOutOfFrame() function in SBThread
662 LLDB_RECORD_METHOD(void, SBThread, StepOutOfFrame, (lldb::SBFrame &), in StepOutOfFrame()
666 StepOutOfFrame(sb_frame, error); in StepOutOfFrame()
669 void SBThread::StepOutOfFrame(SBFrame &sb_frame, SBError &error) { in StepOutOfFrame() function in SBThread
670 LLDB_RECORD_METHOD(void, SBThread, StepOutOfFrame, in StepOutOfFrame()
1394 LLDB_REGISTER_METHOD(void, SBThread, StepOutOfFrame, (lldb::SBFrame &)); in RegisterMethods()
1395 LLDB_REGISTER_METHOD(void, SBThread, StepOutOfFrame, in RegisterMethods()
/external/llvm-project/lldb/test/API/python_api/frame/
DTestFrames.py213 thread.StepOutOfFrame(frameNow)
/external/llvm-project/lldb/test/API/functionalities/return-value/
DTestReturnValue.py85 thread.StepOutOfFrame(frame)