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 edf4780 commit d0fb3eaCopy full SHA for d0fb3ea
lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
@@ -162,7 +162,7 @@ CompilandIndexItem &CompileUnitIndex::GetOrCreateCompiland(uint16_t modi) {
162
ParseExtendedInfo(m_index, *cci);
163
ParseInlineeLineTableForCompileUnit(*cci);
164
165
- cci->m_strings.initialize(debug_stream.getSubsectionsArray());
+ cci->m_strings.initialize(cci->m_debug_stream.getSubsectionsArray());
166
PDBStringTable &strings = cantFail(m_index.pdb().getStringTable());
167
cci->m_strings.setStrings(strings.getStringTable());
168
0 commit comments