[lldb-dev] [Bug 38222] New: LLDB creates a new console at process launch on Windows

via lldb-dev lldb-dev at lists.llvm.org
Thu Jul 19 05:43:44 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=38222

            Bug ID: 38222
           Summary: LLDB creates a new console at process launch on
                    Windows
           Product: lldb
           Version: 6.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: kenji.koyanagi at gmail.com
                CC: llvm-bugs at lists.llvm.org

I think that CREATE_NEW_CONSOLE is unnecessary.

source/Host/windows/ProcessLauncherWindows.cpp: 75
- DWORD flags = CREATE_NEW_CONSOLE | CREATE_UNICODE_ENVIRONMENT;
+ DWORD flags = CREATE_UNICODE_ENVIRONMENT;

-- 
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/20180719/050a100f/attachment.html>


More information about the lldb-dev mailing list