Searched refs:StepOutOfFrame (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/bindings/interface/ |
D | SBThread.i | 230 StepOutOfFrame (SBFrame &frame); 233 "Step out of the specified frame.") StepOutOfFrame; 235 StepOutOfFrame (SBFrame &frame, SBError &error);
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBThread.h | 109 void StepOutOfFrame(SBFrame &frame); 111 void StepOutOfFrame(SBFrame &frame, SBError &error);
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_thread.py | 21 obj.StepOutOfFrame(frame)
|
/external/llvm-project/lldb/source/API/ |
D | SBThread.cpp | 661 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/ |
D | TestFrames.py | 213 thread.StepOutOfFrame(frameNow)
|
/external/llvm-project/lldb/test/API/functionalities/return-value/ |
D | TestReturnValue.py | 85 thread.StepOutOfFrame(frame)
|