[Lldb-commits] [PATCH] D106355: [DWARF5] Only fallback to manual index if no entry was found

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 26 10:38:27 PDT 2021


jankratochvil added a comment.

In D106355#2903655 <https://reviews.llvm.org/D106355#2903655>, @kimanh wrote:

> Ah, to make sure that I understand it correctly: using `gdb-add-index` would help `ManualDWARFIndex` to generate a `.debug_names`?

No. One could write hypothetical `lldb-add-index` to generate `.debug_names` using `ManualDWARFIndex`. There does not exist such tool yet.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106355



More information about the lldb-commits mailing list