This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from bde1891f8 [lldb][NFC] Remove unused variable in Options::HandleOptionAr [...] new 1f257e823 [LLDB] Use the Windows SOCKET type on all windows targets, no [...] new 07f932c59 [LLDB] Add a missing specification of linking against dbghelp new 300b8e465 [LLDB] Remove a stray semicolon. NFC. new 7fd341c0c [LLDB] Avoid a warning about an unused static variable new cd7b0bdd6 [LLDB] Add a void* cast when passing object pointers to printf %p new 630d6af09 [LLDB] Remove a now redundant windows specific workaround new e0a4dc1d6 [LLDB] Check for _WIN32 instead of _MSC_VER for code specific [...]
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/Host/Socket.h | 2 +- source/Core/IOHandler.cpp | 4 ++-- source/Host/common/UDPSocket.cpp | 2 +- .../Host/posix/ConnectionFileDescriptorPosix.cpp | 2 +- .../Host/windows/ConnectionGenericFileWindows.cpp | 24 +++++++++------------- source/Host/windows/Windows.cpp | 5 ----- source/Plugins/ObjectFile/PECOFF/CMakeLists.txt | 8 ++++++++ source/Utility/Scalar.cpp | 2 +- source/Utility/SelectHelper.cpp | 4 ++-- tools/lldb-server/lldb-gdbserver.cpp | 2 +- unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 6 +++--- 11 files changed, 30 insertions(+), 31 deletions(-)