[Lldb-commits] [lldb] [lldb-dap] Implement `runInTerminal` for Windows (PR #121269)

Hu Jialun via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 5 06:15:56 PST 2025


================
@@ -24,41 +30,95 @@ using namespace llvm;
 
 namespace lldb_dap {
 
-FifoFile::FifoFile(StringRef path) : m_path(path) {}
+std::error_code EC;
----------------
SuibianP wrote:

Unintended, moved into function.

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


More information about the lldb-commits mailing list