This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 98d07ad Remove mention of autoconf from the build instructions new e80f43f Convert some StringExtractor functions to accept MutableArrayRefs. new 8274301 Add a few more unit tests for StringExtractor.
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/DataBuffer.h | 12 ++ include/lldb/Utility/StringExtractor.h | 12 +- .../Process/Utility/DynamicRegisterInfo.cpp | 3 +- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 4 +- .../GDBRemoteCommunicationServerLLGS.cpp | 8 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 17 +- source/Utility/StringExtractor.cpp | 28 ++-- unittests/Utility/StringExtractorTest.cpp | 177 ++++++++++++++++++++- 8 files changed, 220 insertions(+), 41 deletions(-)