[Lldb-commits] [PATCH] D116255: [lldb] [Process/FreeBSDKernel] Support finding all processes

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 28 10:07:44 PST 2021


mgorny added inline comments.


================
Comment at: lldb/source/Plugins/Process/FreeBSDKernel/ProcessFreeBSDKernel.cpp:221
+        ThreadSP thread_sp(new ThreadFreeBSDKernel(
+            *this, tid, pcb_addr,
+            llvm::formatv("(pid {0}) {1}/{2}", pid, comm, thread_name)));
----------------
labath wrote:
> is this going to be unique (for the entire system)?
Yes, I have specifically verified that.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116255/new/

https://reviews.llvm.org/D116255



More information about the lldb-commits mailing list