diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-07-05 22:03:36 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-07-05 22:03:36 +0000 |
| commit | 34ed733c69003d1ccf67971110ac2171ee81829f (patch) | |
| tree | a80c7d287bc5eb960e95430ca9e3b1d2694ad85a /lldb/test/python_api/default-constructor | |
| parent | fec0ff84dc0dedf2647d51f1a850f652953e70de (diff) | |
| download | bcm5719-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.py | 1 |
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) |

