[lldb-dev] SBAttachInfo question
Bruce Mitchener via lldb-dev
lldb-dev at lists.llvm.org
Sat Apr 15 03:41:13 PDT 2017
Hello,
SBAttachInfo exposes a bunch of getters and setters for user ID, groupID,
parent process ID, effective user ID, effective group ID.
It doesn't seem like one would set these to anything prior to attaching,
but I also don't see in the code where they might get set in the event of a
successful attach (especially an async one).
Are these actually supposed to be part of the public API and be usable in a
meaningful way?
Cheers,
- Bruce
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20170415/f8dc512c/attachment.html>
More information about the lldb-dev
mailing list