Searched refs:core_objfile (Results 1 – 1 of 1) sorted by relevance
96 ObjectFile *core_objfile = m_core_module_sp->GetObjectFile(); in CanDebug() local97 if (core_objfile && core_objfile->GetType() == ObjectFile::eTypeCoreFile) in CanDebug()302 ObjectFile *core_objfile = m_core_module_sp->GetObjectFile(); in DoReadMemory() local304 if (core_objfile == NULL) in DoReadMemory()339 bytes_copied = core_objfile->CopyData(offset + file_start, bytes_to_read, buf); in DoReadMemory()