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

References

tools/lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
   74     if (m_thread_reg_ctx_sp)
   75       return m_thread_reg_ctx_sp;
  191       m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_arm64>(
  195       m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_arm>(
  200       m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_mips64>(
  205       m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_mips64>(
  210       m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_powerpc>(
  214       m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_ppc64le>(
  218       m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_s390x>(
  223       m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_x86_64>(
  230     reg_ctx_sp = m_thread_reg_ctx_sp;