Searched refs:sb_frame (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-wrapper.swig | 11 lldb::SBFrame sb_frame(stop_frame_sp); 18 PushSBClass(L, &sb_frame); 26 // Call into the Lua callback passing 'sb_frame' and 'sb_bp_loc'. 48 lldb::SBFrame sb_frame(stop_frame_sp); 53 PushSBClass(L, &sb_frame); 56 // Call into the Lua callback passing 'sb_frame' and 'sb_wp'.
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBThread.cpp | 660 void SBThread::StepOutOfFrame(SBFrame &sb_frame) { in StepOutOfFrame() argument 661 LLDB_INSTRUMENT_VA(this, sb_frame); in StepOutOfFrame() 664 StepOutOfFrame(sb_frame, error); in StepOutOfFrame() 667 void SBThread::StepOutOfFrame(SBFrame &sb_frame, SBError &error) { in StepOutOfFrame() argument 668 LLDB_INSTRUMENT_VA(this, sb_frame, error); in StepOutOfFrame() 673 if (!sb_frame.IsValid()) { in StepOutOfFrame() 678 StackFrameSP frame_sp(sb_frame.GetFrameSP()); in StepOutOfFrame() 688 if (sb_frame.GetThread().GetThreadID() != thread->GetID()) { in StepOutOfFrame() 768 SBError SBThread::StepOverUntil(lldb::SBFrame &sb_frame, in StepOverUntil() argument 770 LLDB_INSTRUMENT_VA(this, sb_frame, sb_file_spec, line); in StepOverUntil() [all …]
|
| H A D | SBExecutionContext.cpp | 116 SBFrame sb_frame; in GetFrame() local 120 sb_frame.SetFrameSP(frame_sp); in GetFrame() 122 return sb_frame; in GetFrame()
|
| H A D | SBValue.cpp | 1065 SBFrame sb_frame; in GetFrame() local 1069 sb_frame.SetFrameSP(frame_sp); in GetFrame() 1072 return sb_frame; in GetFrame()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | SWIGPythonBridge.h | 123 const lldb::StackFrameSP &sb_frame, 129 const lldb::StackFrameSP &sb_frame, const lldb::WatchpointSP &sb_wp);
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 3804 lldb::SBFrame sb_frame(stop_frame_sp); in LLDBSwigLuaBreakpointCallbackFunction() local 3811 PushSBClass(L, &sb_frame); in LLDBSwigLuaBreakpointCallbackFunction() 3841 lldb::SBFrame sb_frame(stop_frame_sp); in LLDBSwigLuaWatchpointCallbackFunction() local 3846 PushSBClass(L, &sb_frame); in LLDBSwigLuaWatchpointCallbackFunction()
|