Home
last modified time | relevance | path

Searched refs:m_core_module_sp (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp85 if (!m_core_module_sp && FileSystem::Instance().Exists(m_core_file)) { in CanDebug()
87 Status error(ModuleList::GetSharedModule(core_module_spec, m_core_module_sp, in CanDebug()
89 if (m_core_module_sp) { in CanDebug()
90 ObjectFile *core_objfile = m_core_module_sp->GetObjectFile(); in CanDebug()
162 if (!m_core_module_sp) { in DoLoadCore()
167 ObjectFileELF *core = (ObjectFileELF *)(m_core_module_sp->GetObjectFile()); in DoLoadCore()
221 ArchSpec arch(m_core_module_sp->GetArchitecture()); in DoLoadCore()
224 ArchSpec core_arch(m_core_module_sp->GetArchitecture()); in DoLoadCore()
377 ObjectFile *core_objfile = m_core_module_sp->GetObjectFile(); in DoReadMemory()
423 ObjectFile *core_objfile = m_core_module_sp->GetObjectFile(); in ReadMemoryTags()
[all …]
H A DProcessElfCore.h133 lldb::ModuleSP m_core_module_sp; variable