[Lldb-commits] [lldb] Improve type and namespace lookup using parent chain (PR #108907)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 20 06:02:53 PDT 2024


labath wrote:

> Is it worth splitting this into two PRs (one for the type lookup and one for namespaces)?

Maybe, but I think it may even be better to split it along the optimization-type axis (the die offset thingy vs. the parent chain).

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


More information about the lldb-commits mailing list