[Lldb-commits] [lldb] [lldb][lldb-dap] Redirect LLDB's messages to the right output category. (PR #137002)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 23 09:56:57 PDT 2025
https://github.com/JDevlieghere requested changes to this pull request.
I don't believe this is correct. LLDB has a notion of an output and error stream, which combines the output from the debuggee, and output from the debugger. Since we can't detangle the two, I think the current implementation most closely matches the spec.
https://github.com/llvm/llvm-project/pull/137002
More information about the lldb-commits
mailing list