[Lldb-commits] [lldb] adds additional information to the ProcessInfo object for elf processes (PR #88995)
Ed Maste via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 16 19:06:45 PDT 2024
emaste wrote:
> is there not a Posix way to get these
Not really. On FreeBSD these generally come from sysctl(s).
Of the ones added in this pull request SetParentProcessID is already handled on FreeBSD, while SetProcessGroupID, SetProcessSessionID, SetUserTime, SetSystemTime, SetCumulativeUserTime, SetCumulativeSystemTime are not
https://github.com/llvm/llvm-project/pull/88995
More information about the lldb-commits
mailing list