This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from d30682fcb [x64] Process the B field of the REX prefix correctly for the [...] new 6e7ade8b3 [Reproducers] SBReproducer framework: Capture & Replay
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/{lldb-public.h => API/SBReproducer.h} | 20 +- include/lldb/Utility/ReproducerInstrumentation.h | 320 ++++++++++++++++++++- source/API/CMakeLists.txt | 1 + source/API/SBReproducer.cpp | 51 ++++ source/API/SBReproducerPrivate.h | 72 +++++ source/Utility/ReproducerInstrumentation.cpp | 53 +++- tools/driver/Driver.cpp | 14 +- .../Utility/ReproducerInstrumentationTest.cpp | 306 +++++++++++++++++++- 8 files changed, 820 insertions(+), 17 deletions(-) copy include/lldb/{lldb-public.h => API/SBReproducer.h} (58%) create mode 100644 source/API/SBReproducer.cpp create mode 100644 source/API/SBReproducerPrivate.h