Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBExecutionContext.cpp60 m_exe_ctx_sp->SetFrameSP(frame.GetFrameSP()); in SBExecutionContext()
120 sb_frame.SetFrameSP(frame_sp); in GetFrame()
H A DSBThread.cpp1126 sb_frame.SetFrameSP(frame_sp); in GetSelectedFrame()
1146 sb_frame.SetFrameSP(frame_sp); in SetSelectedFrame()
1168 sb_frame.SetFrameSP(frame_sp); in EventIsThreadEvent()
H A DSBFrame.cpp90 void SBFrame::SetFrameSP(const StackFrameSP &lldb_object_sp) { in SetFrameSP()
91 return m_opaque_sp->SetFrameSP(lldb_object_sp); in SetFrameSP()
89 void SBFrame::SetFrameSP(const StackFrameSP &lldb_object_sp) { SetFrameSP() function in SBFrame
H A DSBValue.cpp1087 sb_frame.SetFrameSP(frame_sp); in SetSP()
/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h197 void SetFrameSP(const lldb::StackFrameSP &frame_sp);
481 void SetFrameSP(const lldb::StackFrameSP &frame_sp);
/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp257 void ExecutionContext::SetFrameSP(const lldb::StackFrameSP &frame_sp) { in SetFrameSP() function in ExecutionContext
484 void ExecutionContextRef::SetFrameSP(const lldb::StackFrameSP &frame_sp) { in SetFrameSP() function in ExecutionContextRef
526 SetFrameSP(frame_sp); in SetTargetPtr()
557 SetFrameSP(frame->shared_from_this()); in SetFramePtr()
H A DThread.cpp1645 exe_ctx.SetFrameSP(frame_sp);
H A DProcess.cpp5710 exe_ctx.SetFrameSP(thread->GetFrameWithStackID(ctx_frame_id)); in ExecutionResultAsCString()
/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h234 void SetFrameSP(const lldb::StackFrameSP &lldb_object_sp);
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp163 exe_ctx.SetFrameSP(thread->GetSelectedFrame(DoNoSelectMostRelevantFrame)); in GetObjectDescription()
/llvm-project/lldb/source/Expression/
H A DREPL.cpp314 exe_ctx.SetFrameSP( in IOHandlerInputComplete()
H A DDWARFExpression.cpp690 parent_exe_ctx.SetFrameSP(parent_frame); in Evaluate_DW_OP_entry_value()
/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp372 m_exe_ctx.SetFrameSP(thread->GetSelectedFrame(SelectMostRelevantFrame)); in CommandObjectFrameVariable()
H A DCommandObjectThread.cpp1556 m_exe_ctx.SetFrameSP( in DoExecute()
/llvm-project/lldb/source/Core/
H A DValueObject.cpp
H A DIOHandlerCursesGUI.cpp7449 exe_ctx.SetFrameSP(thread->GetSelectedFrame(SelectMostRelevantFrame)); in WindowDelegateHandleChar()