================
@@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
