[Lldb-commits] [PATCH] Implement a framework for debugging on Windows.
Scott Graham
scottmg at chromium.org
Mon Nov 3 15:38:09 PST 2014
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
More information about the lldb-commits
mailing list