[Lldb-commits] [PATCH] D143652: [lldb][DWARFASTParserClang] Attach linkage name to ctors/dtors if missing
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 9 13:55:50 PST 2023
JDevlieghere added inline comments.
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:914-915
+ for (auto const &sc : sc_list.SymbolContexts()) {
+ auto *func = sc.function;
+ if (func) {
+ auto func_die = dwarf->GetDIE(func->GetID());
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143652/new/
https://reviews.llvm.org/D143652
More information about the lldb-commits
mailing list