This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 886279504 Add a warning to GDBRemoteRegisterContext (if packet logging [...] new aea7fa2d2 [Reproducers] lldb-instr: tool to generate instrumentation macros.
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: lit/Reproducer/Inputs/foo.cpp | 18 ++ lit/Reproducer/TestInstrumentationRecord.test | 10 + lit/Reproducer/TestInstrumentationRegister.test | 9 + lit/helper/toolchain.py | 3 +- tools/CMakeLists.txt | 1 + tools/lldb-instr/CMakeLists.txt | 12 + tools/lldb-instr/Instrument.cpp | 285 ++++++++++++++++++++++++ 7 files changed, 337 insertions(+), 1 deletion(-) create mode 100644 lit/Reproducer/Inputs/foo.cpp create mode 100644 lit/Reproducer/TestInstrumentationRecord.test create mode 100644 lit/Reproducer/TestInstrumentationRegister.test create mode 100644 tools/lldb-instr/CMakeLists.txt create mode 100644 tools/lldb-instr/Instrument.cpp