[Lldb-commits] [PATCH] D59291: [Object] Add basic minidump support
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 14 08:32:28 PDT 2019
labath updated this revision to Diff 190638.
labath added a comment.
- remove yaml stuff, making this patch only about BinaryFormat&Object changes
- Add unit tests for the object layer
- Add a bunch of doxygen comments
- a couple of tiny implementation tweaks
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59291/new/
https://reviews.llvm.org/D59291
Files:
include/llvm/BinaryFormat/Magic.h
include/llvm/BinaryFormat/Minidump.h
include/llvm/BinaryFormat/MinidumpConstants.def
include/llvm/Object/Binary.h
include/llvm/Object/Minidump.h
lib/BinaryFormat/CMakeLists.txt
lib/BinaryFormat/Magic.cpp
lib/BinaryFormat/Minidump.cpp
lib/Object/Binary.cpp
lib/Object/CMakeLists.txt
lib/Object/Minidump.cpp
lib/Object/ObjectFile.cpp
lib/Object/SymbolicFile.cpp
unittests/Object/CMakeLists.txt
unittests/Object/MinidumpTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59291.190638.patch
Type: text/x-patch
Size: 36357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190314/510ea8b5/attachment-0001.bin>
More information about the lldb-commits
mailing list