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

Zachary Turner zturner at google.com
Thu Dec 11 13:39:52 PST 2014


Hi rnk, clayborg,

When running the test suite on Windows, we need a way to:

a) Not show a new console window each time LLDB launches an inferior. Without this there is new window spam as new windows get rapidly created and destroyed while the test suite runs.

b) Not display the Windows system crash dialog when LLDB crashes. Without this, the test suite hangs whenever LLDB crashes.

http://reviews.llvm.org/D6628

Files:
  .gitignore
  source/Host/windows/ProcessLauncherWindows.cpp
  source/lldb.cpp
  test/CMakeLists.txt
  test/dotest.py

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6628.17191.patch
Type: text/x-patch
Size: 5919 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141211/54ae7099/attachment.bin>


More information about the lldb-commits mailing list