[Lldb-commits] [PATCH] D92223: [lldb] Add support for looking up static const members

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun May 2 06:43:30 PDT 2021


jankratochvil added a comment.

The considered .debug_names index update would need to make .debug_names working in the first place - as it does not work now: D99850 <https://reviews.llvm.org/D99850>
So maybe the manual DIE traversal without updating the index and without the regex capability is OK but I do not want to give the agreement myself.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92223



More information about the lldb-commits mailing list