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

2019-10-04 Thread walter erquinigo via Phabricator via lldb-commits
wallace closed this revision. wallace added a comment. This has been committed 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] [PATCH] D68314: [process info] Remove assert in DoGetGroupName

2019-10-02 Thread Pavel Labath via Phabricator via lldb-commits
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

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

2019-10-01 Thread walter erquinigo via Phabricator via lldb-commits
wallace created this revision. wallace added reviewers: clayborg, aadsm, xiaobai, labath. Herald added subscribers: lldb-commits, kristof.beyls, srhines. Herald added a project: LLDB. Disabling this assert prevents lldb-server from crashing, which prevents it from finding the user and group