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@lists.llvm.org
          Reporter: amcca...@google.com
                CC: llvm-b...@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.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to