[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo	(PR #91544)
    Fred Grim via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon May 13 09:15:52 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
+  // naming here
----------------
feg208 wrote:
done
https://github.com/llvm/llvm-project/pull/91544
    
    
More information about the lldb-commits
mailing list