================ @@ -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