[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

Fred Grim via lldb-commits lldb-commits at lists.llvm.org
Thu May 9 08:44:38 PDT 2024


================
@@ -254,6 +277,8 @@ class ProcessInstanceInfo : public ProcessInfo {
   struct timespec m_system_time {};
   struct timespec m_cumulative_user_time {};
   struct timespec m_cumulative_system_time {};
+  int8_t m_nice_value = INT8_MAX;
----------------
feg208 wrote:

yeah. I'll make this change. Especially here since priority can be in a range that has zero near the center

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


More information about the lldb-commits mailing list