[Lldb-commits] [lldb] [lldb] Lookup static const members in FindGlobalVariables (PR #111859)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 25 02:01:29 PDT 2024
================
@@ -408,6 +408,9 @@ class SymbolFileDWARF : public SymbolFileCommon {
bool ParseSupportFiles(DWARFUnit &dwarf_cu, const lldb::ModuleSP &module,
SupportFileList &support_files);
+ lldb::VariableSP ParseStaticConstMemberDIE(const SymbolContext &sc,
+ const DWARFDIE &die);
----------------
Michael137 wrote:
Unused
https://github.com/llvm/llvm-project/pull/111859
More information about the lldb-commits
mailing list