[Lldb-commits] [lldb] [LLDB] added getName method in SBModule (PR #150331)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 23 16:54:08 PDT 2025


================
@@ -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


More information about the lldb-commits mailing list