Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp89 ObjectFile *core_objfile = m_core_module_sp->GetObjectFile(); in CanDebug() local
90 if (core_objfile && core_objfile->GetType() == ObjectFile::eTypeCoreFile) in CanDebug()
336 ObjectFile *core_objfile = m_core_module_sp->GetObjectFile(); in DoReadMemory() local
338 if (core_objfile == nullptr) in DoReadMemory()
375 core_objfile->CopyData(offset + file_start, bytes_to_read, buf); in DoReadMemory()