llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code
Kamil Rytarowski 47e7d7fe85 Support NetBSD Thread ID in lldb-server tests
Summary:
Native Thread ID is retrieved with _lwp_self() on NetBSD.

The returned value is of type int32_t, but for consistency with other Operating Systems cast it to uint64_t.

Sponsored by <The NetBSD Foundation>

Reviewers: joerg, labath, clayborg, emaste

Reviewed By: labath, clayborg

Subscribers: #lldb

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D30374

llvm-svn: 296360
2017-02-27 17:52:48 +00:00
..
Makefile remove dependence of TestGdbRemoteExitCode.py on parent directory source 2016-09-05 22:03:02 +00:00
TestGdbRemoteExitCode.py remove dependence of TestGdbRemoteExitCode.py on parent directory source 2016-09-05 22:03:02 +00:00
main.cpp Support NetBSD Thread ID in lldb-server tests 2017-02-27 17:52:48 +00:00