We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576f7cc commit 9d58748Copy full SHA for 9d58748
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
@@ -140,6 +140,7 @@ static bool ShouldIgnoreArtificialField(llvm::StringRef FieldName) {
140
return FieldName.starts_with("_vptr$")
141
// gdb emit vtable pointer as "_vptr.classname"
142
|| FieldName.starts_with("_vptr.");
143
+}
144
145
std::optional<DWARFFormValue>
146
DWARFASTParserClang::FindConstantOnVariableDefinition(DWARFDIE die) {
0 commit comments