This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from a17d352 Revert r280200 and put it a proper fix new 337b83c Revert r280137 and 280139 and subsequent build fixes new bf973f5 XFail new TestPyObjSynthProvider.py on linux until I can inve [...]
The 2 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/Core/ArchSpec.h | 5 +- include/lldb/Interpreter/Args.h | 7 +- include/lldb/Utility/StringExtractor.h | 23 ++- .../pyobjsynthprovider/TestPyObjSynthProvider.py | 1 + source/Core/ArchSpec.cpp | 13 -- source/Interpreter/Args.cpp | 24 +-- .../Plugins/Process/Linux/NativeProcessLinux.cpp | 6 +- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 4 +- .../GDBRemoteCommunicationServerCommon.cpp | 5 +- .../GDBRemoteCommunicationServerLLGS.cpp | 15 +- source/Utility/StringExtractor.cpp | 218 +++++++++++++++------ unittests/Utility/StringExtractorTest.cpp | 38 ++-- 12 files changed, 219 insertions(+), 140 deletions(-)