reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/ExecutionContext.h
  233   lldb::StackFrameSP GetFrameSP() const;

References

tools/lldb/include/lldb/Core/ValueObject.h
  349     return m_update_point.GetExecutionContextRef().GetFrameSP();
tools/lldb/source/API/SBExecutionContext.cpp
  129     StackFrameSP frame_sp(m_exe_ctx_sp->GetFrameSP());
tools/lldb/source/API/SBFrame.cpp
   85   return (m_opaque_sp ? m_opaque_sp->GetFrameSP() : StackFrameSP());
tools/lldb/source/Core/ValueObject.cpp
 3072           StackFrameSP frame_sp(m_exe_ctx_ref.GetFrameSP());
tools/lldb/source/Target/ExecutionContext.cpp
  113       m_frame_sp(exe_ctx_ref.GetFrameSP()) {}
  124       m_frame_sp = exe_ctx_ref_ptr->GetFrameSP();
  139       m_frame_sp = exe_ctx_ref_ptr->GetFrameSP();
  153     m_frame_sp = exe_ctx_ref.GetFrameSP();