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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 1 11:55:38 PST 2024


clayborg 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.

I always run `llvm-dwawfdump --verify` as a first step, though it is nice to get more errors emitted in the DWARF log channels

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


More information about the lldb-commits mailing list