commit | e0bd571a8050da2b3462c35c9f209cbc9755c750 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Mon Dec 19 20:39:44 2011 +0000 |
committer | Jim Ingham <jingham@apple.com> | Mon Dec 19 20:39:44 2011 +0000 |
tree | 7494741410f53812cc538aa010980051ca002349 | |
parent | 87b8c4c4ab028a1810667e117545156d40e64ff3 [diff] [blame] |
Add needed Clear methods. <rdar://problem/10596340> git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@146902 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/API/SBModule.cpp b/source/API/SBModule.cpp index c80d952..ea893df 100644 --- a/source/API/SBModule.cpp +++ b/source/API/SBModule.cpp
@@ -58,6 +58,12 @@ return m_opaque_sp.get() != NULL; } +void +SBModule::Clear() +{ + m_opaque_sp.reset(); +} + SBFileSpec SBModule::GetFileSpec () const {