lgtm, I think this is much better than the first rev, though a bit more complicated.
================ Comment at: source/Plugins/Process/Windows/DebugOneProcessThread.cpp:180 @@ +179,3 @@ + + QueueUserAPC(NotifySlaveProcessExited, driver, reinterpret_cast<ULONG_PTR>(message)); + return DBG_CONTINUE; ---------------- Sneaky! I was wondering how to get out of the WFDE loop. http://reviews.llvm.org/D6037 _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
