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

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 10 13:53:11 PST 2017


zturner added a comment.

Hmm..  I thought this code was gone?  Are you at tip of trunk?  If so then I must be crazy.  I added `llvm::set_thread_name()` which already handles all this correctly, and I thought I converted all of LLDB's clients over to using the LLVM function.


https://reviews.llvm.org/D30844





More information about the lldb-commits mailing list