[Reproducers] Instrumentation Framework: Serialization
authorJonas Devlieghere <jonas@devlieghere.com>
Tue, 5 Feb 2019 18:46:36 +0000 (18:46 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 5 Feb 2019 18:46:36 +0000 (18:46 +0000)
commit494fd8f84f90608e0b8efa595262d1ebb03c3d3e
tree10436a172c1b03d75c7c5e2c024ddae044bdaf33
parent40a7f63c37e3479d554bba63bc5cb713615d6daf
[Reproducers] Instrumentation Framework: Serialization

This is the is serialization/deserialization part of the reproducer
instrumentation framework.

For all the details refer to the RFC on the mailing list:
http://lists.llvm.org/pipermail/lldb-dev/2019-January/014530.html

Differential revision: https://reviews.llvm.org/D57714

llvm-svn: 353195
lldb/include/lldb/Utility/ReproducerInstrumentation.h [new file with mode: 0644]
lldb/source/Utility/CMakeLists.txt
lldb/source/Utility/ReproducerInstrumentation.cpp [new file with mode: 0644]
lldb/unittests/Utility/CMakeLists.txt
lldb/unittests/Utility/ReproducerInstrumentationTest.cpp [new file with mode: 0644]