class FileMemoryRegion
Defined at line 13 of file ../../src/developer/debug/zxdb/client/file_memory_region.h
Memory region backed by a file, e.g., .text and .rodata of a module.
Public Methods
unwinder::Error ReadBytes (uint64_taddr,uint64_tsize,void *dst)
Defined at line 9 of file ../../src/developer/debug/zxdb/client/file_memory_region.cc
void FileMemoryRegion (uint64_t load_address, const std::string & path)
Defined at line 15 of file ../../src/developer/debug/zxdb/client/file_memory_region.h