summaryrefslogtreecommitdiffstats
path: root/lldb/.gitignore
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2014-12-12 18:10:52 +0000
committerZachary Turner <zturner@google.com>2014-12-12 18:10:52 +0000
commit555a7a6ad2267c196993839930e962588a1f62d0 (patch)
treef478902c29ca17717e54d699b42ec3490122525e /lldb/.gitignore
parent59aaa6c06b80bd7285573b407dad4f3e008351de (diff)
downloadbcm5719-llvm-555a7a6ad2267c196993839930e962588a1f62d0.tar.gz
bcm5719-llvm-555a7a6ad2267c196993839930e962588a1f62d0.zip
Add a method to disable the Windows crash / assert dialogs.
When running the test suite on Windows, we can't have Windows popping up dialogs when LLDB crashes in native code because it will hang the test suite. This patch silences those dialogs by checking an environment variable at startup and configuring Windows based on its value. This patch also adds an environment variable to force inferiors to never spawn in their own console window. This is useful to prevent new window spawm when running the test suite. Reviewed by: Scott Graham Differential Revision: http://reviews.llvm.org/D6628 llvm-svn: 224137
Diffstat (limited to 'lldb/.gitignore')
-rw-r--r--lldb/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/.gitignore b/lldb/.gitignore
index d5638220f3b..4b15010a569 100644
--- a/lldb/.gitignore
+++ b/lldb/.gitignore
@@ -15,6 +15,9 @@
*.orig
# Byte compiled python modules.
*.pyc
+*.pyproj
+*.sln
+*.suo
# vim swap files
.*.swp
.sw?
OpenPOWER on IntegriCloud