hanchenye-llvm-project/lldb/unittests/Process
Pavel Labath ab86d3da7a Avoid two-stage initialization of MinidumpParser
remove the Initialize function, move the things that can fail into the
static factory function. The factory function now returns
Expected<Parser> instead of Optional<Parser> so that it can give a
reason why creation failed.

llvm-svn: 354668
2019-02-22 13:36:01 +00:00
..
Linux Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
gdb-remote Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
minidump Avoid two-stage initialization of MinidumpParser 2019-02-22 13:36:01 +00:00
CMakeLists.txt Linux unit tests should only run on 2017-06-28 09:01:17 +00:00