[Lldb-commits] [PATCH] D61064: Object/Minidump: Add support for the ThreadList stream

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 24 06:09:46 PDT 2019


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

The stream contains the list of threads belonging to the process
described by the minidump. Its structure is the same as the ModuleList
stream, and in fact, I have generalized the ModuleList reading code to
handle this stream too.


Repository:
  rL LLVM

https://reviews.llvm.org/D61064

Files:
  include/llvm/BinaryFormat/Minidump.h
  include/llvm/Object/Minidump.h
  lib/Object/Minidump.cpp
  unittests/Object/MinidumpTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61064.196435.patch
Type: text/x-patch
Size: 7916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190424/b1ed6fe5/attachment.bin>


More information about the lldb-commits mailing list