This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 25a67e197 Tweak SysV_arm64 function entry unwind plan new 4d99ca230 Add pretty-printer for wait(2) statuses and modernize the cod [...]
The 1 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/Host.h | 30 +++++++++ include/lldb/Host/common/NativeProcessProtocol.h | 13 ++-- include/lldb/lldb-private-enumerations.h | 13 ---- source/Host/common/Host.cpp | 49 ++++++++++++++ source/Host/common/NativeProcessProtocol.cpp | 38 +++-------- .../Plugins/Process/Darwin/NativeProcessDarwin.cpp | 19 +----- .../Plugins/Process/Linux/NativeProcessLinux.cpp | 74 ++++------------------ source/Plugins/Process/Linux/NativeProcessLinux.h | 2 +- .../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 71 ++++----------------- .../Plugins/Process/NetBSD/NativeProcessNetBSD.h | 2 +- .../GDBRemoteCommunicationServerLLGS.cpp | 50 +++------------ unittests/Host/CMakeLists.txt | 1 + unittests/Host/HostTest.cpp | 22 +++++++ 13 files changed, 160 insertions(+), 224 deletions(-) create mode 100644 unittests/Host/HostTest.cpp