Home
last modified time | relevance | path

Searched refs:SetFrameSP (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBExecutionContext.cpp65 m_exe_ctx_sp->SetFrameSP(frame.GetFrameSP()); in SBExecutionContext()
130 sb_frame.SetFrameSP(frame_sp); in GetFrame()
DSBThread.cpp1132 sb_frame.SetFrameSP(frame_sp); in GetFrameAtIndex()
1151 sb_frame.SetFrameSP(frame_sp); in GetSelectedFrame()
1174 sb_frame.SetFrameSP(frame_sp); in SetSelectedFrame()
DSBFrame.cpp88 void SBFrame::SetFrameSP(const StackFrameSP &lldb_object_sp) { in SetFrameSP() function in SBFrame
89 return m_opaque_sp->SetFrameSP(lldb_object_sp); in SetFrameSP()
DSBValue.cpp1075 sb_frame.SetFrameSP(frame_sp); in GetFrame()
/external/llvm-project/lldb/include/lldb/Target/
DExecutionContext.h197 void SetFrameSP(const lldb::StackFrameSP &frame_sp);
480 void SetFrameSP(const lldb::StackFrameSP &frame_sp);
/external/llvm-project/lldb/source/Target/
DExecutionContext.cpp258 void ExecutionContext::SetFrameSP(const lldb::StackFrameSP &frame_sp) { in SetFrameSP() function in ExecutionContext
490 void ExecutionContextRef::SetFrameSP(const lldb::StackFrameSP &frame_sp) { in SetFrameSP() function in ExecutionContextRef
531 SetFrameSP(frame_sp); in SetTargetPtr()
562 SetFrameSP(frame->shared_from_this()); in SetFramePtr()
DThread.cpp1629 exe_ctx.SetFrameSP(frame_sp); in DumpUsingSettingsFormat()
DProcess.cpp5514 exe_ctx.SetFrameSP(thread->GetFrameWithStackID(ctx_frame_id)); in RunThreadPlan()
/external/llvm-project/lldb/include/lldb/API/
DSBFrame.h198 void SetFrameSP(const lldb::StackFrameSP &lldb_object_sp);
/external/llvm-project/lldb/source/Expression/
DREPL.cpp306 exe_ctx.SetFrameSP(thread->GetSelectedFrame()); in IOHandlerInputComplete()
DDWARFExpression.cpp756 parent_exe_ctx.SetFrameSP(parent_frame); in Evaluate_DW_OP_entry_value()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp157 exe_ctx.SetFrameSP(thread->GetSelectedFrame()); in GetObjectDescription()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp830 exe_ctx.SetFrameSP(thread_sp->GetSelectedFrame()); in GetSelectedExecutionContext()
832 exe_ctx.SetFrameSP(thread_sp->GetStackFrameAtIndex(0)); in GetSelectedExecutionContext()
DValueObject.cpp2932 m_exe_ctx_ref.SetFrameSP(frame_sp); in EvaluationPoint()
DIOHandlerCursesGUI.cpp4057 exe_ctx.SetFrameSP(thread->GetSelectedFrame()); in WindowDelegateHandleChar()
/external/llvm-project/lldb/source/Commands/
DCommandObjectFrame.cpp380 m_exe_ctx.SetFrameSP(thread->GetSelectedFrame()); in DoExecute()
DCommandObjectThread.cpp1474 m_exe_ctx.SetFrameSP(thread->GetSelectedFrame()); in DoExecute()