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 416b749 commit 1a1c5a5Copy full SHA for 1a1c5a5
lldb/include/lldb/API/SBModule.h
@@ -296,7 +296,9 @@ class LLDB_API SBModule {
296
/// Remove any global modules which are no longer needed.
297
static void GarbageCollectAllocatedModules();
298
299
- /// Return the name of the module (m_object_name).
+ /// If this Module represents a specific object or part within a larger file,
300
+ /// returns the name of that object or part. Otherwise, returns
301
+ /// nullptr.
302
const char *GetObjectName() const;
303
304
private:
0 commit comments