struct MemoryDescriptor

Declaration

struct MemoryDescriptor { /* full declaration omitted */ };

Description

Describes a single memory range (both its VM address and where to find it in the file) of the process from which this minidump file was generated.

Declared at: llvm/include/llvm/BinaryFormat/Minidump.h:67

Member Variables

public support::ulittle64_t StartOfMemoryRange
public llvm::minidump::LocationDescriptor Memory