This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 4c83f6588 [NFC] Remove lldb_utility namespace. new 057b0ab28 [NFC] Simplify code new 46b605838 [NFC] Remove unused function GetHexWithFixedSize new 5ea289358 [NFC] Return llvm::StringRef from StringExtractor::GetStringRef. new 13a82acc1 [Symbol] Remove unused clang headers from Type
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/Symbol/Type.h | 1 - include/lldb/Utility/StringExtractor.h | 21 +++--- source/DataFormatters/ValueObjectPrinter.cpp | 30 ++++----- .../Process/gdb-remote/GDBRemoteClientBase.cpp | 4 +- .../Process/gdb-remote/GDBRemoteCommunication.cpp | 7 +- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 13 ++-- .../gdb-remote/GDBRemoteCommunicationServer.cpp | 7 +- .../GDBRemoteCommunicationServerLLGS.cpp | 16 ++--- .../Process/gdb-remote/ProcessGDBRemote.cpp | 22 +++---- source/Symbol/Type.cpp | 3 - source/Utility/StringExtractor.cpp | 28 -------- tools/debugserver/source/StdStringExtractor.cpp | 28 -------- tools/debugserver/source/StdStringExtractor.h | 5 -- unittests/Utility/StringExtractorTest.cpp | 77 +++++++++++----------- 14 files changed, 92 insertions(+), 170 deletions(-)