OSDN Git Service

Minidump: Add support for the MemoryList stream
authorPavel Labath <pavel@labath.sk>
Thu, 16 May 2019 15:17:30 +0000 (15:17 +0000)
committerPavel Labath <pavel@labath.sk>
Thu, 16 May 2019 15:17:30 +0000 (15:17 +0000)
commit001e6f8745047b8091f6a97c58b17471a7dcfdea
treeb6893b5cae5fbcdc29b91928cda0e50258dba72a
parent7d75e77554a4ce8c025b01bb71580c2e6ec8bbd5
Minidump: Add support for the MemoryList stream

Summary:
the stream format is exactly the same as for ThreadList and ModuleList
streams, only the entry types are slightly different, so the changes in
this patch are just straight-forward applications of established
patterns.

Reviewers: amccarth, jhenderson, clayborg

Subscribers: markmentovai, lldb-commits, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D61885

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360908 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/Minidump.h
include/llvm/ObjectYAML/MinidumpYAML.h
lib/Object/Minidump.cpp
lib/ObjectYAML/MinidumpYAML.cpp
test/tools/obj2yaml/basic-minidump.yaml
unittests/Object/MinidumpTest.cpp