diff options
Diffstat (limited to 'lldb/scripts/interface/SBModule.i')
-rw-r--r-- | lldb/scripts/interface/SBModule.i | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/scripts/interface/SBModule.i b/lldb/scripts/interface/SBModule.i index 206324e6198..622052e38d8 100644 --- a/lldb/scripts/interface/SBModule.i +++ b/lldb/scripts/interface/SBModule.i @@ -184,6 +184,10 @@ public: const char * GetUUIDString () const; + bool operator==(const lldb::SBModule &rhs) const; + + bool operator!=(const lldb::SBModule &rhs) const; + lldb::SBSection FindSection (const char *sect_name); |