This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from a9fd57113 [LLDB] Use the llvm microsoft demangler instead of the window [...] new cc1e4dec5 [Reproducer] Capture the debugger's working directory new b9ff4fc98 [Reproducer] Add LoadBuffer<> helper (NFC) new edd52d48a [Reproducer] Support dumping the reproducer CWD new 528b1b643 Revert "make ConstString allocate memory in non-tiny chunks"
The 4 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/Utility/Reproducer.h | 30 ++++++++++++++++++ source/Commands/CommandObjectReproducer.cpp | 36 ++++++++++++++-------- source/Utility/ConstString.cpp | 9 ++---- source/Utility/Reproducer.cpp | 16 +++++++++- .../Inputs/{FileCapture.in => WorkingDir.in} | 2 +- test/Shell/Reproducer/TestWorkingDir.test | 13 ++++++++ 6 files changed, 84 insertions(+), 22 deletions(-) copy test/Shell/Reproducer/Inputs/{FileCapture.in => WorkingDir.in} (62%) create mode 100644 test/Shell/Reproducer/TestWorkingDir.test