[Lldb-commits] [PATCH] D63165: Initial support for native debugging of x86/x64 Windows processes

Aaron Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 29 18:12:19 PDT 2019


asmith marked 11 inline comments as done.
asmith added inline comments.


================
Comment at: lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp:95
+
+    // Resume the debug loop.
+    ExceptionRecordSP active_exception =
----------------
amccarth wrote:
> This code appears to be based on `ProcessWindows::DoResume`, which has a pending patch to fix a race condition by moving the checking of the exception record to later in the function.  I assume this will need the same fix.  See https://reviews.llvm.org/D62183 for details.
Thanks for the heads up


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63165/new/

https://reviews.llvm.org/D63165





More information about the lldb-commits mailing list