This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from a4df83998 Rename Error -> Status. new 02931751c Fix Linux Buildbot. new f76d93a92 Update StructuredData::String to return StringRefs.
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/Breakpoint/Breakpoint.h | 2 +- include/lldb/Breakpoint/BreakpointResolver.h | 2 +- include/lldb/Core/SearchFilter.h | 2 +- include/lldb/Core/StructuredData.h | 36 +++++++++------------- include/lldb/Target/ThreadSpec.h | 4 +-- include/lldb/Utility/UUID.h | 1 + source/API/SBThread.cpp | 2 +- source/Breakpoint/Breakpoint.cpp | 12 ++++---- source/Breakpoint/BreakpointOptions.cpp | 4 +-- source/Breakpoint/BreakpointResolver.cpp | 12 ++++---- source/Breakpoint/BreakpointResolverAddress.cpp | 2 +- source/Breakpoint/BreakpointResolverFileLine.cpp | 2 +- source/Breakpoint/BreakpointResolverFileRegex.cpp | 4 +-- source/Breakpoint/BreakpointResolverName.cpp | 10 +++--- source/Core/FormatEntity.cpp | 2 +- source/Core/SearchFilter.cpp | 19 ++++++------ .../MacOSX-DYLD/DynamicLoaderDarwin.cpp | 8 ++--- .../OperatingSystem/Go/OperatingSystemGo.cpp | 4 +-- .../Python/OperatingSystemPython.cpp | 8 ++--- .../gdb-server/PlatformRemoteGDBServer.cpp | 4 +-- source/Plugins/Process/Linux/SingleStepCheck.cpp | 2 +- .../Process/Utility/DynamicRegisterInfo.cpp | 28 ++++++++--------- source/Plugins/Process/Utility/ThreadMemory.cpp | 12 +++----- source/Plugins/Process/Utility/ThreadMemory.h | 2 +- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 6 ++-- .../GDBRemoteCommunicationServerCommon.cpp | 9 +++--- .../GDBRemoteCommunicationServerCommon.h | 3 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 6 ++-- .../DarwinLog/StructuredDataDarwinLog.cpp | 12 ++++---- source/Target/Process.cpp | 3 +- source/Target/Thread.cpp | 11 +++---- source/Target/ThreadSpec.cpp | 8 ++--- source/Utility/UUID.cpp | 16 ++++++---- 33 files changed, 123 insertions(+), 135 deletions(-)