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

References

tools/lldb/source/Plugins/Process/Utility/HistoryThread.cpp
   33   m_unwinder_up.reset(new HistoryUnwind(*this, pcs));
   58   return m_unwinder_up->CreateRegisterContextForFrame(frame);
tools/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp
  111   } else if (m_unwinder_up) {
  112     reg_ctx_sp = m_unwinder_up->CreateRegisterContextForFrame(frame);
tools/lldb/source/Target/Thread.cpp
  285   m_unwinder_up.reset();
  545         if (m_unwinder_up)
  546           m_unwinder_up->Clear();
 2045   if (!m_unwinder_up) {
 2065       m_unwinder_up.reset(new UnwindLLDB(*this));
 2070         m_unwinder_up.reset(new UnwindMacOSXFrameBackchain(*this));
 2074   return m_unwinder_up.get();