[lldb-dev] [Bug 40697] New: lldb cannot launch a GUI application on Windows
via lldb-dev
lldb-dev at lists.llvm.org
Mon Feb 11 16:28:45 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=40697
Bug ID: 40697
Summary: lldb cannot launch a GUI application on Windows
Product: lldb
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: amccarth at google.com
CC: llvm-bugs at lists.llvm.org
If you try to launch a GUI application on Windows, lldb reports:
error: process launch failed: The request is not supported.
It works when trying to launch a console (tty) application. The problem seems
related to the fact that there aren't standard I/O handles in a typical GUI
application, causing a complaint in `FinalizeFileActions` in `Target::Launch`.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20190212/8da0f3c7/attachment.html>
More information about the lldb-dev
mailing list