This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 02e3cfc Update for LLVM API removal of Function::getArgumentList() new 629f24d Remove HostThreadLinux/Free/NetBSD
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/HostNativeThread.h | 8 +-- include/lldb/Host/HostNativeThreadForward.h | 12 +--- include/lldb/Host/freebsd/HostThreadFreeBSD.h | 29 --------- include/lldb/Host/linux/HostThreadLinux.h | 29 --------- include/lldb/Host/netbsd/HostThreadNetBSD.h | 30 ---------- .../lldb-server/thread-name}/Makefile | 0 .../thread-name/TestGdbRemoteThreadName.py | 41 +++++++++++++ .../test/tools/lldb-server/thread-name/main.cpp | 22 +++++++ source/Host/CMakeLists.txt | 3 - source/Host/freebsd/HostThreadFreeBSD.cpp | 70 ---------------------- source/Host/linux/HostThreadLinux.cpp | 34 ----------- source/Host/netbsd/HostThreadNetBSD.cpp | 43 ------------- source/Plugins/Process/FreeBSD/FreeBSDThread.cpp | 38 +++++++++++- source/Plugins/Process/Linux/NativeThreadLinux.cpp | 16 +++-- 14 files changed, 110 insertions(+), 265 deletions(-) delete mode 100644 include/lldb/Host/freebsd/HostThreadFreeBSD.h delete mode 100644 include/lldb/Host/linux/HostThreadLinux.h delete mode 100644 include/lldb/Host/netbsd/HostThreadNetBSD.h copy packages/Python/lldbsuite/test/{functionalities/watchpoint/hello_watchlocatio [...] create mode 100644 packages/Python/lldbsuite/test/tools/lldb-server/thread-name/Te [...] create mode 100644 packages/Python/lldbsuite/test/tools/lldb-server/thread-name/main.cpp delete mode 100644 source/Host/freebsd/HostThreadFreeBSD.cpp delete mode 100644 source/Host/linux/HostThreadLinux.cpp delete mode 100644 source/Host/netbsd/HostThreadNetBSD.cpp