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

References

tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
  301   CursorSP old_m_candidate_frame = m_candidate_frame;
  315   m_candidate_frame = old_m_candidate_frame;
  331   CursorSP new_frame = m_candidate_frame;
  346   m_candidate_frame = GetOneMoreFrame(abi);
  347   if (m_candidate_frame)
  374   m_candidate_frame = GetOneMoreFrame(abi);
  375   if (m_candidate_frame) {
tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.h
   69     m_candidate_frame.reset();