[all-commits] [llvm/llvm-project] 8a9828: [lldb][NFCish] Move DWARFDebugInfoEntry::GetQualif...
aeubanks via All-commits
all-commits at lists.llvm.org
Fri Oct 14 15:37:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a98287f255b974a8636c50a662e13ad61a59446
https://github.com/llvm/llvm-project/commit/8a98287f255b974a8636c50a662e13ad61a59446
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
Log Message:
-----------
[lldb][NFCish] Move DWARFDebugInfoEntry::GetQualifiedName() into DWARFASTParserClang
In D134378, we'll need the clang AST to be able to construct the qualified in some cases.
This makes logging in one place slightly less informative.
Reviewed By: dblaikie, Michael137
Differential Revision: https://reviews.llvm.org/D135979
More information about the All-commits
mailing list