[PATCH] D61423: MinidumpYAML: add support for the ThreadList stream

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 2 01:42:46 PDT 2019


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

The implementation is a pretty straightforward extension of the pattern
used for (de)serializing the ModuleList stream. Since there are other
streams which use the same format (MemoryList and MemoryList64, at
least). I tried to generalize the code a bit so that adding future
streams of this type can be done with less code.


Repository:
  rL LLVM

https://reviews.llvm.org/D61423

Files:
  include/llvm/ObjectYAML/MinidumpYAML.h
  lib/ObjectYAML/MinidumpYAML.cpp
  test/tools/obj2yaml/basic-minidump.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61423.197714.patch
Type: text/x-patch
Size: 14137 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190502/94d03768/attachment.bin>


More information about the llvm-commits mailing list