https://github.com/JDevlieghere requested changes to this pull request.
TL;DR: ```suggestion const char *SBModule::GetName() const { LLDB_INSTRUMENT_VA(this); if (!m_opaque_sp) return nullptr; return m_opaque_sp->GetObjectName().AsCString(); } ``` This also needs a test. https://github.com/llvm/llvm-project/pull/150331 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits