[Lldb-commits] [lldb] [lldb][DWARF] Delay struct/class/union definition DIE searching when parsing declaration DIEs. (PR #90663)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Fri May 10 13:04:54 PDT 2024
felipepiovezan wrote:
AFAICT we never added new entries -- definitely not forward declarations -- to the table when doing the idx_parent work. Either they were already there, or the entry would have no parent. Would be nice to have an example to see this in action.
https://github.com/llvm/llvm-project/pull/90663
More information about the lldb-commits
mailing list