[Lldb-commits] [PATCH] D61885: Minidump: Add support for the MemoryList stream

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 14 02:44:14 PDT 2019


labath created this revision.
labath added reviewers: amccarth, jhenderson, clayborg.
Herald added a project: LLVM.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D61885

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61885.199384.patch
Type: text/x-patch
Size: 10296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190514/b82b55ca/attachment-0001.bin>


More information about the lldb-commits mailing list