llvm-capstone/lldb/source
Pavel Labath 98edcd9b9c MinidumpParser: use minidump parser in llvm/Object
This patch removes the lower layers of the minidump parsing code from
the MinidumpParser class, and replaces it with the minidump parser in
llvm.

Not all functionality is already avaiable in the llvm class, but it is
enough for us to be able to stop enumerating streams manually, and rely
on the minidump directory parsing code from the llvm class.

This also removes some checked-in binaries which were used to test error
handling in the parser, as the error handling is now done (and tested)
in llvm. Instead I just add one test that ensures we correctly propagate
the errors reported by the llvm parser. The input for this test can be
written in yaml instead of a checked-in binary.

llvm-svn: 357748
2019-04-05 07:56:39 +00:00
..
API [Reproducers] Capture return values of functions returning by ptr/ref 2019-04-03 21:31:22 +00:00
Breakpoint Use the multi-lockable form of std::lock for operator= 2019-03-29 17:07:30 +00:00
Commands [Reproducers] Print warning when generating the reproducer. 2019-04-02 18:23:16 +00:00
Core [CMake] Move link dependencies where they are used. 2019-03-29 17:47:26 +00:00
DataFormatters [DataFormatters] Remove LLDB_DISABLE_PYTHON from TypeCategory. 2019-03-15 16:55:51 +00:00
Expression Fix an invalid static cast in ClangExpressionParser.cpp 2019-03-13 19:46:30 +00:00
Host [CMake] Move link dependencies where they are used. 2019-03-29 17:47:26 +00:00
Initialization [Reproducers] Initialize reproducers before initializing the debugger. 2019-02-21 22:26:16 +00:00
Interpreter [NFC] find_first_of/find_last_of -> find/rfind for single char. 2019-03-28 18:10:14 +00:00
Plugins MinidumpParser: use minidump parser in llvm/Object 2019-04-05 07:56:39 +00:00
Symbol Remove the TypePair class 2019-03-26 13:35:54 +00:00
Target [Process] Use early returns in Process::WriteMemory (NFC) 2019-04-01 20:39:03 +00:00
Utility [Reproducers] Capture return values of functions returning by ptr/ref 2019-04-03 21:31:22 +00:00
CMakeLists.txt [CMake] Unify scripts for generating VCS headers 2019-02-06 03:51:00 +00:00
lldb.cpp [CMake] Unify scripts for generating VCS headers 2019-02-06 03:51:00 +00:00