================
@@ -24,17 +28,83 @@ using namespace llvm;
namespace lldb_dap {
-FifoFile::FifoFile(StringRef path) : m_path(path) {}
+FifoFile::FifoFile(StringRef path, lldb::pipe_t pipe) : m_path(path) {
----------------
charles-zablit wrote:
I really wanted to use the `Pipe` typedef from `Pipe.h`, but it turns out that
the flags we pass to `CreateFileA` in this PR are very different from the ones
`Pipe.h` uses.
https://github.com/llvm/llvm-project/pull/174635
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits