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

Declarations

tools/lldb/include/lldb/API/SBFrame.h
  196   lldb::StackFrameSP GetFrameSP() const;

References

tools/lldb/source/API/SBBlock.cpp
  257     StackFrameSP frame_sp(frame.GetFrameSP());
tools/lldb/source/API/SBExecutionContext.cpp
   66   m_exe_ctx_sp->SetFrameSP(frame.GetFrameSP());
tools/lldb/source/API/SBFrame.cpp
  107       return GetFrameSP().get() != nullptr;
  697   lldb::StackFrameSP this_sp = GetFrameSP();
  698   lldb::StackFrameSP that_sp = that.GetFrameSP();
tools/lldb/source/API/SBInstruction.cpp
  299     lldb::StackFrameSP frame_sp(frame.GetFrameSP());
tools/lldb/source/API/SBThread.cpp
  751   StackFrameSP frame_sp(sb_frame.GetFrameSP());
  855   StackFrameSP frame_sp(sb_frame.GetFrameSP());
 1056         thread->ReturnFromFrame(frame.GetFrameSP(), return_value.GetSP()));