Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp85 ObjectFile *core_objfile = m_core_module_sp->GetObjectFile(); in CanDebug() local
86 if (core_objfile && core_objfile->GetType() == ObjectFile::eTypeCoreFile) in CanDebug()
339 ObjectFile *core_objfile = m_core_module_sp->GetObjectFile(); in DoReadMemory() local
341 if (core_objfile == NULL) in DoReadMemory()
383 core_objfile->CopyData(offset + file_start, bytes_to_read, buf); in DoReadMemory()