[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)
Will Hawkins via lldb-commits
lldb-commits at lists.llvm.org
Fri May 10 11:50:44 PDT 2024
================
@@ -115,13 +124,19 @@ static bool GetStatusInfo(::pid_t Pid, ProcessInstanceInfo &ProcessInfo,
return ts;
};
+ // priority (nice) values run from 19 to -20 inclusive (in linux). In the
----------------
hawkinsw wrote:
```suggestion
// Priority (nice) values run from 19 to -20 inclusive (in Linux). In the
```
https://github.com/llvm/llvm-project/pull/91544
More information about the lldb-commits
mailing list