[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:45 PDT 2024
================
@@ -70,6 +71,12 @@ struct StatFields {
long unsigned stime;
long cutime;
long cstime;
+ // in proc_pid_stat(5) this field is specified as priority
+ // but documented as realtime priority. To keep with the adopted
+ // nomenclature in ProcessInstanceInfo we adopt the documented
----------------
hawkinsw wrote:
```suggestion
// nomenclature in ProcessInstanceInfo, we adopt the documented
```
https://github.com/llvm/llvm-project/pull/91544
More information about the lldb-commits
mailing list