================
@@ -159,12 +169,19 @@ std::string 
RunInTerminalDebugAdapterCommChannel::GetLauncherError() {
 
 Expected<std::shared_ptr<FifoFile>> CreateRunInTerminalCommFile() {
   SmallString<256> comm_file;
+#if _WIN32
+  char pipe_name[MAX_PATH];
+  sprintf(pipe_name, "\\\\.\\pipe\\lldb-dap-run-in-terminal-comm-%d",
----------------
charles-zablit wrote:

Yes, [it's 
required](https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-createnamedpipea#:~:text=the%20following%20form%3A-,%5C%5C.%5Cpipe%5Cpipename,-The%20pipename%20part).

https://github.com/llvm/llvm-project/pull/174635
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to