[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
----------------
hawkinsw wrote:

```suggestion
  // In proc_pid_stat(5) this field is specified as priority
```

https://github.com/llvm/llvm-project/pull/91544


More information about the lldb-commits mailing list