[Lldb-commits] [PATCH] Allow some test suite options for dealing with crashing on Windows

Zachary Turner zturner at google.com
Thu Dec 11 15:03:27 PST 2014


================
Comment at: source/lldb.cpp:153
@@ +152,3 @@
+            // user interaction when LLDB asserts.
+            _CrtSetReportHook(AvoidMessageBoxHook);
+        }
----------------
scottmg wrote:
> I don't know if you link with /MT or /MD, but this will only work in this binary if /MT.
Ideally I need to be able to suppress the dialog regardless of how we're linking.  Is there a similar mechanism for /MD?

http://reviews.llvm.org/D6628

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






More information about the lldb-commits mailing list