[Lldb-commits] [lldb] [lldb-dap] Add an option to provide a format for stack frames (PR #71843)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 13 16:51:48 PST 2023


https://github.com/clayborg requested changes to this pull request.

Just need to not use `llvm::errs()` or `llvm::outs()` in lldb DAP, use DAP::SendOutput(OutputType::Console, ...)` to ensure that the users sees this.


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


More information about the lldb-commits mailing list