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 be3dc16 commit 6102bbeCopy full SHA for 6102bbe
lldb/source/Symbol/ObjectFile.cpp
@@ -576,7 +576,7 @@ const char *
576
ObjectFile::GetCStrFromSection(Section *section,
577
lldb::offset_t section_offset) const {
578
offset_t offset = section->GetOffset() + section_offset;
579
- return m_data.GetCStr(&offset);
+ return m_data_nsp->GetCStr(&offset);
580
}
581
582
bool ObjectFile::SplitArchivePathWithObject(llvm::StringRef path_with_object,
0 commit comments