Home
last modified time | relevance | path

Searched refs:m_thread_reg_ctx_sp (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.cpp32 m_thread_reg_ctx_sp (), in ThreadElfCore()
80 if (m_thread_reg_ctx_sp) in CreateRegisterContextForFrame()
81 return m_thread_reg_ctx_sp; in CreateRegisterContextForFrame()
91m_thread_reg_ctx_sp.reset(new RegisterContextCoreFreeBSD_x86_64 (*this, m_gpregset_data, m_fpregse… in CreateRegisterContextForFrame()
94m_thread_reg_ctx_sp.reset(new RegisterContextCoreLinux_x86_64 (*this, m_gpregset_data, m_fpregset_… in CreateRegisterContextForFrame()
110 reg_ctx_sp = m_thread_reg_ctx_sp; in CreateRegisterContextForFrame()
DThreadElfCore.h163 lldb::RegisterContextSP m_thread_reg_ctx_sp; variable
/external/lldb/source/Plugins/Process/mach-core/
DThreadMachCore.cpp44 m_thread_reg_ctx_sp () in ThreadMachCore()
101 if (!m_thread_reg_ctx_sp) in CreateRegisterContextForFrame()
107 m_thread_reg_ctx_sp = core_objfile->GetThreadContextAtIndex (GetID(), *this); in CreateRegisterContextForFrame()
109 reg_ctx_sp = m_thread_reg_ctx_sp; in CreateRegisterContextForFrame()
DThreadMachCore.h80 lldb::RegisterContextSP m_thread_reg_ctx_sp; variable