This is an archive of the discontinued LLVM Phabricator instance.

Support NetBSD Thread ID in lldb-server tests
ClosedPublic

Authored by krytarowski on Feb 24 2017, 11:11 PM.

Details

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>

Diff Detail

Repository
rL LLVM

Event Timeline

krytarowski created this revision.Feb 24 2017, 11:11 PM
krytarowski retitled this revision from Support NetBSD Thread ID in lldb-server to Support NetBSD Thread ID in lldb-server tests.Feb 24 2017, 11:22 PM
labath accepted this revision.Feb 27 2017, 1:38 AM
This revision is now accepted and ready to land.Feb 27 2017, 1:38 AM
clayborg accepted this revision.Feb 27 2017, 8:48 AM
krytarowski closed this revision.Feb 27 2017, 10:04 AM