================
@@ -13,14 +13,14 @@
 
 #include "lldb/Target/Thread.h"
 
+/// A memory thread optionally backed by a real thread.
+/// All methods of this class dispatch to the real thread, if it is not null.
+/// Otherwise the methods are no-op.
----------------
jimingham wrote:

This isn't 100% true, the MemoryThread has a different TID from the backing 
thread (sometimes providing a stable TID is the ONLY job the MemoryThread is 
doing.

https://github.com/llvm/llvm-project/pull/132734
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to