[Lldb-commits] [lldb] [lldb] DWARFDIE: Follow DW_AT_specification when computing CompilerCo… (PR #77157)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 8 05:45:25 PST 2024
https://github.com/felipepiovezan commented:
Btw this reminds me a lot of accelerator tables & finding the parents of functions there.
Because the declaration is never placed in the accelerator table (and the declaration is what has the scope), we are never able to find the parent of functions with the accelerator tables.
We might be able to do a similar trick there as to what you are doing here
https://github.com/llvm/llvm-project/pull/77157
More information about the lldb-commits
mailing list