[Lldb-commits] [lldb] [lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on windows (PR #137978)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed May 7 02:20:02 PDT 2025


labath wrote:

Thanks.

> Probalby we can remove `#ifndef _WIN32` in lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp, line 928 too around `launch_info.AppendDuplicateFileAction((int)pass_comm_fd, (int)pass_comm_fd);`.

Indeed we should. In fact, that function is the reason I'm doing all this. :P

https://github.com/llvm/llvm-project/pull/137978


More information about the lldb-commits mailing list