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

Fred Grim via lldb-commits lldb-commits at lists.llvm.org
Fri May 10 11:20:54 PDT 2024


================
@@ -254,6 +280,8 @@ class ProcessInstanceInfo : public ProcessInfo {
   struct timespec m_system_time {};
   struct timespec m_cumulative_user_time {};
   struct timespec m_cumulative_system_time {};
+  std::optional<int8_t> m_priority_value = std::nullopt;
+  bool m_zombie = false;
----------------
feg208 wrote:

done

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


More information about the lldb-commits mailing list