A test MemoryMapRegionSnapshot that can carry arbitrary data for testing purposes. More...
#include "snapshot/test/test_memory_map_region_snapshot.h"
Public Member Functions | |
| TestMemoryMapRegionSnapshot (const TestMemoryMapRegionSnapshot &)=delete | |
| TestMemoryMapRegionSnapshot & | operator= (const TestMemoryMapRegionSnapshot &)=delete |
| void | SetMindumpMemoryInfo (const MINIDUMP_MEMORY_INFO &mmi) |
| const MINIDUMP_MEMORY_INFO & | AsMinidumpMemoryInfo () const override |
| Gets a MINIDUMP_MEMORY_INFO representing the region. | |
A test MemoryMapRegionSnapshot that can carry arbitrary data for testing purposes.
|
overridevirtual |
Gets a MINIDUMP_MEMORY_INFO representing the region.
Implements crashpad::MemoryMapRegionSnapshot.