Skip to content

Commit c8e1fcc

Browse files
author
Bar Soloveychik
committed
added changes to SBModule GetName
1 parent 3998acd commit c8e1fcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/source/API/SBModule.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,5 +677,6 @@ const char *SBModule::GetName() const {
677677

678678
if (!m_opaque_sp)
679679
return nullptr;
680+
m_opaque_sp->GetObjectFile();
680681
return m_opaque_sp->GetObjectName().AsCString();
681-
}
682+
}

0 commit comments

Comments
 (0)