class UserMinidumpStream

Defined at line 37 of file ../../third_party/crashpad/src/snapshot/module_snapshot.h

Information describing a custom user data stream in a minidump.

Public Methods

void UserMinidumpStream (uint32_t stream_type, MemorySnapshot * memory)

Constructs a UserMinidumpStream, takes ownership of

Defined at line 40 of file ../../third_party/crashpad/src/snapshot/module_snapshot.h

void UserMinidumpStream (const UserMinidumpStream & )

Defined at line 43 of file ../../third_party/crashpad/src/snapshot/module_snapshot.h

UserMinidumpStream & operator= (const UserMinidumpStream & )

Defined at line 44 of file ../../third_party/crashpad/src/snapshot/module_snapshot.h

const MemorySnapshot * memory ()

Defined at line 46 of file ../../third_party/crashpad/src/snapshot/module_snapshot.h

uint32_t stream_type ()

Defined at line 47 of file ../../third_party/crashpad/src/snapshot/module_snapshot.h