[Lldb-commits] [lldb] [lldb] Add Populate Methods for ELFLinuxPrPsInfo and ELFLinuxPrStatus (PR #104109)
Will Hawkins via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 19 12:06:38 PDT 2024
hawkinsw wrote:
> > > Our bots and sysroot are based on the oldest supported versions of Debian, based on the project's stated minimum requirements.
> >
> >
> > @ilovepi Could you say which of the versions that you are using? That would help, I think.
>
> It's Ubuntu 14.04 which uses glibc 2.19.
That's the problem! `gettid` wasn't added to glibc until 2.30. Let me know if the referenced PR helps!
https://github.com/llvm/llvm-project/pull/104109
More information about the lldb-commits
mailing list