summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/default-constructor
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-07-05 22:03:36 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-07-05 22:03:36 +0000
commit34ed733c69003d1ccf67971110ac2171ee81829f (patch)
treea80c7d287bc5eb960e95430ca9e3b1d2694ad85a /lldb/test/python_api/default-constructor
parentfec0ff84dc0dedf2647d51f1a850f652953e70de (diff)
downloadbcm5719-llvm-34ed733c69003d1ccf67971110ac2171ee81829f.tar.gz
bcm5719-llvm-34ed733c69003d1ccf67971110ac2171ee81829f.zip
Add swig docstrings for SBModule.h, plus ifndef the SBModule::GetUUIDBytes() API out if swig.
Fix typos in the comment for Module.h. llvm-svn: 134446
Diffstat (limited to 'lldb/test/python_api/default-constructor')
-rw-r--r--lldb/test/python_api/default-constructor/sb_module.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_module.py b/lldb/test/python_api/default-constructor/sb_module.py
index 87746df027b..d475ba96d22 100644
--- a/lldb/test/python_api/default-constructor/sb_module.py
+++ b/lldb/test/python_api/default-constructor/sb_module.py
@@ -9,7 +9,6 @@ def fuzz_obj(obj):
obj.GetFileSpec()
obj.GetPlatformFileSpec()
obj.SetPlatformFileSpec(lldb.SBFileSpec())
- obj.GetUUIDBytes()
obj.GetUUIDString()
obj.ResolveFileAddress(sys.maxint, lldb.SBAddress())
obj.ResolveSymbolContextForAddress(lldb.SBAddress(), 0)
OpenPOWER on IntegriCloud