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

References

tools/lldb/source/Target/StackFrame.cpp
   68     m_id.SetCFA(m_frame_index);
  149     if (m_id.GetSymbolContextScope()) {
  170   return m_id;
  185   m_id.SetSymbolContextScope(symbol_scope);
 1863   m_id.SetPC(curr_frame.m_id.GetPC()); // Update the Stack ID PC value
 1863   m_id.SetPC(curr_frame.m_id.GetPC()); // Update the Stack ID PC value
tools/lldb/source/Target/StackFrameList.cpp
  475         cfa = unwind_frame_sp->m_id.GetCallFrameAddress();