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

References

tools/lldb/include/lldb/Target/StackFrame.h
  226     return m_reg_context_sp;
tools/lldb/source/Target/StackFrame.cpp
 1130   if (!m_reg_context_sp) {
 1133       m_reg_context_sp = thread_sp->CreateRegisterContextForFrame(this);
 1135   return m_reg_context_sp;
 1867   m_reg_context_sp = curr_frame.m_reg_context_sp;
 1867   m_reg_context_sp = curr_frame.m_reg_context_sp;