[Lldb-commits] [lldb] [lldb][DWARFIndex] Use IDX_parent to implement GetFullyQualifiedType query (PR #79932)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 1 09:11:28 PST 2024


adrian-prantl wrote:

> I've added a log message with the `Error` itself being logged as well

Thanks! I wasted half a day stepping through the DWARF parser recently, thinking I'm debugging a parser bug, when it was really invalid DWARF produced  by an older version of dsymutil, so even just the information that there _was_ a parse error is very useful.

https://github.com/llvm/llvm-project/pull/79932


More information about the lldb-commits mailing list