This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 2e0954005 Do not use default arguments of DataLayout::getPointer*. NFC new 0cbd1d45b [MappedHash] Fix alignment violations new be294dcfa Use a static_cast instead of a C cast, NFC new 021038182 Remove no-op function pointer null checks, NFC new 628ce51e5 Fix misc -Wcast-qual warnings, NFC new 47ae67504 Fix an -Wunused-function warning, NFC new 78090be31 Fix const-correctness in RegisterContext methods, NFC new 81fb89136 Fix the -Wunused-function warning properly (MachProcess.mm)
The 7 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/MappedHash.h | 15 +++-- .../Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 2 +- .../Process/Utility/RegisterContextMach_arm.cpp | 16 +++-- .../Process/Utility/RegisterContextMach_i386.cpp | 12 +++- .../Process/Utility/RegisterContextMach_x86_64.cpp | 12 +++- .../Process/gdb-remote/GDBRemoteCommunication.cpp | 7 +-- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 20 ++---- tools/debugserver/source/MacOSX/MachProcess.mm | 52 ++++++++-------- tools/debugserver/source/MacOSX/MachTask.mm | 2 +- tools/debugserver/source/MacOSX/OsLogger.cpp | 4 +- .../source/MacOSX/i386/DNBArchImplI386.cpp | 4 +- .../source/MacOSX/x86_64/DNBArchImplX86_64.cpp | 4 +- tools/debugserver/source/RNBRemote.cpp | 72 +++++++++++----------- tools/debugserver/source/RNBServices.cpp | 2 +- tools/debugserver/source/RNBSocket.cpp | 5 +- 15 files changed, 120 insertions(+), 109 deletions(-)