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 | 671 void SBThread::StepOutOfFrame(SBFrame &sb_frame) { in StepOutOfFrame() argument 672 LLDB_INSTRUMENT_VA(this, sb_frame); in StepOutOfFrame() 675 StepOutOfFrame(sb_frame, error); in StepOutOfFrame() 678 void SBThread::StepOutOfFrame(SBFrame &sb_frame, SBError &error) { in StepOutOfFrame() argument 679 LLDB_INSTRUMENT_VA(this, sb_frame, error); in StepOutOfFrame() 684 if (!sb_frame.IsValid()) { in StepOutOfFrame() 689 StackFrameSP frame_sp(sb_frame.GetFrameSP()); in StepOutOfFrame() 699 if (sb_frame.GetThread().GetThreadID() != thread->GetID()) { in StepOutOfFrame() 779 SBError SBThread::StepOverUntil(lldb::SBFrame &sb_frame, in StepOverUntil() argument 781 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 | 1084 SBFrame sb_frame; in GetFrame() local 1088 sb_frame.SetFrameSP(frame_sp); in GetFrame() 1091 return sb_frame; in GetFrame()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | SWIGPythonBridge.h | 126 const lldb::StackFrameSP &sb_frame, 132 const lldb::StackFrameSP &sb_frame, const lldb::WatchpointSP &sb_wp);
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 3738 lldb::SBFrame sb_frame(stop_frame_sp); in LLDBSwigLuaBreakpointCallbackFunction() local 3745 PushSBClass(L, &sb_frame); in LLDBSwigLuaBreakpointCallbackFunction() 3775 lldb::SBFrame sb_frame(stop_frame_sp); in LLDBSwigLuaWatchpointCallbackFunction() local 3780 PushSBClass(L, &sb_frame); in LLDBSwigLuaWatchpointCallbackFunction()
|