[Lldb-commits] [lldb] [lldb] Emit diagnostics as "important" output (PR #137280)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 25 04:32:37 PDT 2025
da-viper wrote:
this does not catch
https://github.com/llvm/llvm-project/blob/d775b911c90e631f5cc332c07474f7121564e25b/lldb/tools/lldb-dap/DAP.cpp#L215-L219
for example if you add the initcommand of `breakpoint set --file=main.c --line=2 --command "bogus"` it is not sent to the important category
https://github.com/llvm/llvm-project/pull/137280
More information about the lldb-commits
mailing list