An abstract interface to a snapshot representing a region of the memory map present in the snapshot process. More...
#include "snapshot/memory_map_region_snapshot.h"
Public Member Functions | |
virtual const MINIDUMP_MEMORY_INFO & | AsMinidumpMemoryInfo () const =0 |
Gets a MINIDUMP_MEMORY_INFO representing the region. | |
An abstract interface to a snapshot representing a region of the memory map present in the snapshot process.
|
pure virtual |
Gets a MINIDUMP_MEMORY_INFO representing the region.
Implemented in crashpad::internal::MemoryMapRegionSnapshotFuchsia, crashpad::internal::MemoryMapRegionSnapshotMinidump, crashpad::internal::MemoryMapRegionSnapshotWin, and crashpad::test::TestMemoryMapRegionSnapshot.