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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to