[Lldb-commits] [PATCH] D30844: pthread_setname_np first appeared in glibc 2.12

Jonathan Roelofs via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 10 14:00:31 PST 2017


jroelofs added a comment.

Yeah, I'm on tip of trunk as of a few minutes ago.

`llvm::set_thread_name()` exists, but it doesn't take a thread parameter like this one does (no idea if that's (still?) used or not in lldb).


https://reviews.llvm.org/D30844





More information about the lldb-commits mailing list