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

References

tools/lldb/source/Plugins/Process/Utility/ThreadMemory.cpp
   49   if (!m_reg_context_sp)
   50     m_reg_context_sp = std::make_shared<RegisterContextThreadMemory>(
   52   return m_reg_context_sp;
  101   if (m_reg_context_sp)
  102     m_reg_context_sp->InvalidateAllRegisters();
tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
   58   if (!m_reg_context_sp) {
   59     m_reg_context_sp = CreateRegisterContextForFrame(nullptr);
   61   return m_reg_context_sp;
tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
  286   if (!m_reg_context_sp)
  287     m_reg_context_sp = CreateRegisterContextForFrame(nullptr);
  288   return m_reg_context_sp;
tools/lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp
   61   if (!m_reg_context_sp)
   62     m_reg_context_sp = CreateRegisterContextForFrame(nullptr);
   63   return m_reg_context_sp;
tools/lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp
   46   if (!m_reg_context_sp) {
   47     m_reg_context_sp = CreateRegisterContextForFrame(nullptr);
   49   return m_reg_context_sp;
tools/lldb/source/Target/Thread.cpp
  284   m_reg_context_sp.reset();
 2079   m_reg_context_sp.reset();