[Lldb-commits] [lldb] [lldb] Always emit diagnostic events to the system log (PR #90913)
Igor Kudrin via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 18 19:13:58 PDT 2024
igorkudrin wrote:
Hi @JDevlieghere,
This change causes diagnostic messages to be duplicated on Windows. For example:
```
> yaml2obj.exe lldb\test\Shell\ObjectFile\ELF\minidebuginfo-no-lzma.yaml -o t.obj
> lldb-new.exe
(lldb) target create t.obj
(x86_64) C:\tmp\t.obj No LZMA support found for reading .gnu_debugdata warning: (x86_64) C:\tmp\t.obj No LZMA support found for reading .gnu_debugdata section
(lldb) Current executable set to 'C:\tmp\t.obj' (x86_64).
(lldb) q
```
Could you fix this?
https://github.com/llvm/llvm-project/pull/90913
More information about the lldb-commits
mailing list