================ @@ -671,3 +671,15 @@ void SBModule::GarbageCollectAllocatedModules() { const bool mandatory = false; ModuleList::RemoveOrphanSharedModules(mandatory); } + +const char *SBModule::GetName() const { + LLDB_INSTRUMENT_VA(this); ---------------- JDevlieghere wrote:
There should be a newline after `LLDB_INSTRUMENT_VA` ```suggestion LLDB_INSTRUMENT_VA(this); ``` 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