[Lldb-commits] [PATCH] Allow some test suite options for dealing with crashing on Windows
Scott Graham
scottmg at chromium.org
Thu Dec 11 15:57:18 PST 2014
================
Comment at: source/Host/windows/ProcessLauncherWindows.cpp:45
@@ +44,3 @@
+ startupinfo.dwFlags |= STARTF_USESHOWWINDOW;
+ startupinfo.wShowWindow = SW_HIDE;
+ }
----------------
I think DETACHED_PROCESS is more like what you want, but I'm not that familiar with all the intricacies of how gui->console and console->gui are affected. (Carlos might know better.)
http://reviews.llvm.org/D6628
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list