[Lldb-commits] [PATCH] Implements a HostThread class.

David Majnemer david.majnemer at gmail.com
Thu Aug 28 15:49:41 PDT 2014


Suspend and Resume are a little questionable, why do we need them?  They can make reasoning about threads way more challenging and can almost always be replaced by an explicit synchronization mechanism.

http://reviews.llvm.org/D5110






More information about the lldb-commits mailing list