Struct minidump::MinidumpMemoryList [] [src]

pub struct MinidumpMemoryList { /* fields omitted */ }

A list of memory regions included in a minidump.

Methods

impl MinidumpMemoryList
[src]

[src]

Return an empty MinidumpMemoryList.

[src]

Create a MinidumpMemoryList from a list of MinidumpMemorys.

[src]

Iterate over the memory regions in the order contained in the minidump.

[src]

Iterate over the memory regions in order by memory address.

[src]

Write a human-readable description of this MinidumpMemoryList to f.

This is very verbose, it is the format used by minidump_dump.

Trait Implementations

impl MinidumpStream for MinidumpMemoryList
[src]

[src]

The stream type constant used in the md::MDRawDirectory entry.

[src]

Read this MinidumpStream type from f.