================
@@ -217,19 +220,33 @@ bool
ProcessFreeBSDKernelCore::DoUpdateThreadList(ThreadList &old_thread_list,
ReadSignedIntegerFromMemory(FindSymbol("pcb_size"), 4, -1, error);
lldb::addr_t stoppcbs = FindSymbol("stoppcbs");
- // from FreeBSD sys/param.h
+ // Read stopped_cpus bitmask and mp_maxid for CPU validation
+ lldb::addr_t stopped_cpus = FindSymbol("stopped_cpus");
+
+ // from sys/kern/subr_smp.c
----------------
DavidSpickett wrote:
link is fine
https://github.com/llvm/llvm-project/pull/183981
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits