[Lldb-commits] [lldb] [lldb-dap] Use existing lldb::IOObjectSP for DAP IO (NFC). (PR #128750)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 26 11:29:06 PST 2025
ashgti wrote:
> Is it worth keeping `InputStream` and `OutputStream` around? Can we use a `(Stream)File` directly?
I'll take a look at removing them as part of the refactoring to support 'cancel' requests. I think it makes sense.
https://github.com/llvm/llvm-project/pull/128750
More information about the lldb-commits
mailing list