Skip to content

Commit 1a1c5a5

Browse files
author
Bar Soloveychik
committed
added fixed description of function
1 parent 416b749 commit 1a1c5a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lldb/include/lldb/API/SBModule.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,9 @@ class LLDB_API SBModule {
296296
/// Remove any global modules which are no longer needed.
297297
static void GarbageCollectAllocatedModules();
298298

299-
/// Return the name of the module (m_object_name).
299+
/// 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.
300302
const char *GetObjectName() const;
301303

302304
private:

0 commit comments

Comments
 (0)