labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

I am happy to accept this patch as-is, but since you seem to be on a quest to 
improve the process listing I thought I'd mention that `getgrgid_r` seems to be 
available on android since API level 24, and `getgrgid` since pretty much 
forever (I think it may not have been exposed in old ndk releases). So, you 
could massage this code a bit to enable group name resolution on android too 
(but you don't have to).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68314/new/

https://reviews.llvm.org/D68314



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to