[Lldb-commits] [PATCH] D35881: Expose process instance info via SB API

2017-08-01 Thread Vadim Macagon via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL309664: Expose process instance info via SB API (authored by enlight). Changed prior to commit: https://reviews.llvm.org/D35881?vs=108228&id=109055#toc Repository: rL LLVM https://reviews.llvm.org/D

[Lldb-commits] [PATCH] D35881: Expose process instance info via SB API

2017-07-26 Thread Jim Ingham via Phabricator via lldb-commits
jingham accepted this revision. jingham added a comment. This revision is now accepted and ready to land. This is a useful addition. I don't have a problem with it going in as is. It is unfortunate that we don't have an LLDB_INVALID_{USER,GROUP}_ID we could use to tell us whether the ID was inv

[Lldb-commits] [PATCH] D35881: Expose process instance info via SB API

2017-07-26 Thread Vadim Macagon via Phabricator via lldb-commits
enlight created this revision. Herald added a subscriber: mgorny. Implement `SBProcessInfo` to wrap `lldb_private::ProcessInstanceInfo`, and add `SBProcess::GetProcessInfo()` to retrieve info like parent ID, group ID, user ID etc. from a live process. Repository: rL LLVM https://reviews.llv