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

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 13 05:56:04 PDT 2017


On 13 March 2017 at 12:35, Zachary Turner <zturner at google.com> wrote:
> Can we just copy the non portable system call to this location and inline it
> here with appropriate glibc check so that we can still delete all that other
> obsolete code?
>

That makes sense. I think that code belongs in NativeThreadLinux
anyway.. HostNativeThread should die.


More information about the lldb-commits mailing list