[Lldb-commits] [PATCH] D68314: [process info] Remove assert in DoGetGroupName

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 2 01:01:34 PDT 2019


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





More information about the lldb-commits mailing list