[Lldb-commits] [PATCH] Add synchronization to TestWatchLocation.

Oleksiy Vyalov ovyalov at google.com
Thu Feb 26 13:29:22 PST 2015


Looks good.


================
Comment at: test/functionalities/watchpoint/hello_watchlocation/main.cpp:21
@@ -20,1 +20,3 @@
 
+pthread_barrier_t barrier;
+
----------------
Please rename to g_barrier before submitting.

http://reviews.llvm.org/D7916

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






More information about the lldb-commits mailing list