[Lldb-commits] [lldb] [LLDB] Unify DWARF section name matching (PR #141344)

2025-06-09 Thread David Spickett via lldb-commits
DavidSpickett wrote: This fixed two tests on Windows - https://lab.llvm.org/buildbot/#/builders/141/builds/9338 Not often I see a unexpected passes! I've removed the xfails - https://github.com/llvm/llvm-project/commit/e4447e1273616a8732e332168a53a6ac5c8798e2. https://github.com/llvm/llvm-pro

[Lldb-commits] [lldb] [LLDB] Unify DWARF section name matching (PR #141344)

2025-06-09 Thread David Spickett via lldb-commits
https://github.com/DavidSpickett closed https://github.com/llvm/llvm-project/pull/141344 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB] Unify DWARF section name matching (PR #141344)

2025-06-06 Thread via lldb-commits
Nerixyz wrote: I can't merge this by myself. @JDevlieghere could you merge this for me please? https://github.com/llvm/llvm-project/pull/141344 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/ll

[Lldb-commits] [lldb] [LLDB] Unify DWARF section name matching (PR #141344)

2025-05-27 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere approved this pull request. Neat, LGTM https://github.com/llvm/llvm-project/pull/141344 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB] Unify DWARF section name matching (PR #141344)

2025-05-24 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: nerix (Nerixyz) Changes Different object file formats support DWARF sections (COFF, ELF, MachO, PE/COFF, WASM). COFF and PE/COFF only matched a subset. This caused some GCC executables produced on MinGW to have issue later on when debuggin

[Lldb-commits] [lldb] [LLDB] Unify DWARF section name matching (PR #141344)

2025-05-24 Thread via lldb-commits
https://github.com/Nerixyz created https://github.com/llvm/llvm-project/pull/141344 Different object file formats support DWARF sections (COFF, ELF, MachO, PE/COFF, WASM). COFF and PE/COFF only matched a subset. This caused some GCC executables produced on MinGW to have issue later on when deb