[Lldb-commits] [PATCH] Fixes http://reviews.llvm.org/rL230691

Greg Clayton clayborg at gmail.com
Fri Feb 27 10:26:03 PST 2015


As I commented in the other fix for this bug, we should move to using the correct C++11 primitives to abstract us from the host system. pthread_ types and functions obviously don't do this.

I strongly feel we should use std::condition_variable and std::mutex and anything else the C++11 libraries can do for us.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7933

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list