[Lldb-commits] [lldb] adds additional information to the ProcessInfo object for elf processes (PR #88995)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 16 15:57:42 PDT 2024
jimingham wrote:
These seem like fairly POSIX-y bits of data, is there not a Posix way to get these (so other posix systems will also get this info?)
Also, it looks like you added user time and system time information, but you didn't test that those get valid values.
https://github.com/llvm/llvm-project/pull/88995
More information about the lldb-commits
mailing list