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

Reply via email to