This is an archive of the discontinued LLVM Phabricator instance.

Add NetBSD case in Entry::Type::ThreadID
ClosedPublic

Authored by krytarowski on Mar 20 2017, 8:05 AM.

Details

Summary

NetBSD native threads are printed as 64-bit unsigned integers.

The underlying system type of a thread identity is lwpid_t of type int32_t. For consistency with Linux and FreeBSD share the 64-bit unsigned integer type.

Sponsored by <The NetBSD Foundation>

Diff Detail

Repository
rL LLVM

Event Timeline

krytarowski created this revision.Mar 20 2017, 8:05 AM
krytarowski edited the summary of this revision. (Show Details)Mar 20 2017, 11:58 AM
emaste accepted this revision.Mar 20 2017, 5:26 PM
This revision is now accepted and ready to land.Mar 20 2017, 5:26 PM
labath accepted this revision.Mar 21 2017, 4:07 AM
krytarowski closed this revision.Mar 21 2017, 10:37 AM