[Lldb-commits] [PATCH] Don't resume when creating new threads if there is a pending thread stop.

Chaoren Lin chaorenl at google.com
Wed Apr 8 17:27:28 PDT 2015


================
Comment at: source/Plugins/Process/Linux/NativeProcessLinux.cpp:2487
@@ -2468,3 +2486,3 @@
     // Check for new thread notification.
     if ((info->si_pid == 0) && (info->si_code == SI_USER))
     {
----------------
I don't think this gets called at all. Is the duplicate code here necessary?

http://reviews.llvm.org/D8906

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






More information about the lldb-commits mailing list