[all-commits] [llvm/llvm-project] e8924d: [lldb] [test] Enable lldb-server tests on NetBSD, ...
Michał Górny via All-commits
all-commits at lists.llvm.org
Mon Nov 18 02:21:26 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e8924d6403eba06438f669e434eee11016f20a67
https://github.com/llvm/llvm-project/commit/e8924d6403eba06438f669e434eee11016f20a67
Author: Michał Górny <mgorny at gentoo.org>
Date: 2019-11-18 (Mon, 18 Nov 2019)
Changed paths:
M lldb/packages/Python/lldbsuite/test/dotest.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteAttach.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteAuxvSupport.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteKill.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4/TestGdbRemoteLibrariesSvr4Support.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/register-reading/TestGdbRemoteGPacket.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/signal-filtering/TestGdbRemote_QPassSignals.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name/TestGdbRemoteThreadName.py
Log Message:
-----------
[lldb] [test] Enable lldb-server tests on NetBSD, and set XFAILs
Differential Revision: https://reviews.llvm.org/D70335
Commit: 23a766dcad47993f632ab22ab3a8f3dc977bd838
https://github.com/llvm/llvm-project/commit/23a766dcad47993f632ab22ab3a8f3dc977bd838
Author: Michał Górny <mgorny at gentoo.org>
Date: 2019-11-18 (Mon, 18 Nov 2019)
Changed paths:
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name/TestGdbRemoteThreadName.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/thread-name/main.cpp
M lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp
Log Message:
-----------
[lldb] [Process/NetBSD] Implement thread name getting
Implement thread name getting sysctl() on NetBSD. Also fix
the incorrect type in pthread_setname_np() in the relevant test.
Differential Revision: https://reviews.llvm.org/D70363
Compare: https://github.com/llvm/llvm-project/compare/a433e7141fb3...23a766dcad47
More information about the All-commits
mailing list