class MemorySnapshotMinidump

Defined at line 29 of file ../../third_party/crashpad/src/snapshot/minidump/memory_snapshot_minidump.h

Public Methods

void MemorySnapshotMinidump ()
void MemorySnapshotMinidump (const MemorySnapshotMinidump & )

Defined at line 33 of file ../../third_party/crashpad/src/snapshot/minidump/memory_snapshot_minidump.h

MemorySnapshotMinidump & operator= (const MemorySnapshotMinidump & )

Defined at line 34 of file ../../third_party/crashpad/src/snapshot/minidump/memory_snapshot_minidump.h

void ~MemorySnapshotMinidump ()
bool Initialize (FileReaderInterface * file_reader, RVA location)

Initializes the object.

Parameters

file_reader [in] A file reader corresponding to a minidump file. The file reader must support seeking.
location [in] The location within the file where we will find a MINIDUMP_MEMORY_DESCRIPTOR from which to initialize this object.

Returns

`true` if the snapshot could be created, `false` otherwise with

an appropriate message logged.

uint64_t Address ()
size_t Size ()
bool Read (Delegate * delegate)
const MemorySnapshot * MergeWithOtherSnapshot (const MemorySnapshot * other)