LLVM 22.0.0git
llvm::MinidumpYAML Namespace Reference

Namespaces

namespace  detail

Classes

struct  ExceptionStream
 ExceptionStream minidump stream. More...
struct  Memory64ListStream
struct  MemoryInfoListStream
 A structure containing the list of MemoryInfo entries comprising a MemoryInfoList stream. More...
struct  Object
 The top level structure representing a minidump object, consisting of a minidump header, and zero or more streams. More...
struct  RawContentStream
 A minidump stream represented as a sequence of hex bytes. More...
struct  Stream
 The base class for all minidump streams. More...
struct  SystemInfoStream
 SystemInfo minidump stream. More...
struct  TextContentStream
 A StringRef, which is printed using YAML block notation. More...

Typedefs

using ModuleListStream = detail::ListStream<detail::ParsedModule>
using ThreadListStream = detail::ListStream<detail::ParsedThread>
using MemoryListStream = detail::ListStream<detail::ParsedMemoryDescriptor>

Typedef Documentation

◆ MemoryListStream

◆ ModuleListStream

◆ ThreadListStream