[Lldb-commits] [PATCH] D126668: LLDB: Fix resolving nested template parameters

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 10 03:19:38 PDT 2022


labath added a comment.

I don't really have the full context here, but I am wondering if we shouldn't somehow take the `DW_AT_declaration` attribute into account here. It seems like that should give a more definitive answer as to whether we can expect to see a full set of template parameters or not.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126668/new/

https://reviews.llvm.org/D126668



More information about the lldb-commits mailing list