[Lldb-commits] [lldb] [lldb][Format] Add [inlined] marker to names of inlined frames (PR #142952)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 6 05:55:00 PDT 2025
Michael137 wrote:
> FYI this was failing on Windows because we misplaced the breakpoint and ended up in a recursive loop that when it finally crashed, took forever to backtrace.
>
> So I've changed the test to use lld on Windows, as it does work if we use DWARF - [95b3fd6](https://github.com/llvm/llvm-project/commit/95b3fd61708ca5472df05b478c291c8d16dc37d5). Anywhere else, any linker can be used.
>
> I think I'll start doing this whenever I see a DWARF dependent test, instead of making them unsupported. Ideally we'd make all these work with PDB but we simply don't have the time.
Thanks!
Out of curiosity, what's the extra regex in the test for? Why do windows frames have extra stuff in there? Even if we specify the `frame-format`
https://github.com/llvm/llvm-project/pull/142952
More information about the lldb-commits
mailing list