class SnapshotMemoryRegion
Defined at line 34 of file ../../src/developer/debug/zxdb/client/minidump_memory.h
Memory region backed by minidump memory snapshot, e.g., a stack.
Public Methods
void SnapshotMemoryRegion (const crashpad::MemorySnapshot * snapshot)
snapshot should outlive us.
Defined at line 37 of file ../../src/developer/debug/zxdb/client/minidump_memory.h
unwinder::Error ReadBytes (uint64_t addr, uint64_t size, void * dst)
Defined at line 173 of file ../../src/developer/debug/zxdb/client/minidump_memory.cc