diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-08-15 18:19:51 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-08-15 18:19:51 +0000 |
| commit | 0dc84d093e996f8e0c4ae4a701fb023144aa842b (patch) | |
| tree | d92243c9f7d3c566d17d22b9f7a5ade5d000d660 /lldb/test/python_api/default-constructor/sb_address.py | |
| parent | 9b454bc91225247a85bf0c99f2047943d484d0fd (diff) | |
| download | bcm5719-llvm-0dc84d093e996f8e0c4ae4a701fb023144aa842b.tar.gz bcm5719-llvm-0dc84d093e996f8e0c4ae4a701fb023144aa842b.zip | |
Add new SBAddress APIs to the fuzz tests.
llvm-svn: 137625
Diffstat (limited to 'lldb/test/python_api/default-constructor/sb_address.py')
| -rw-r--r-- | lldb/test/python_api/default-constructor/sb_address.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lldb/test/python_api/default-constructor/sb_address.py b/lldb/test/python_api/default-constructor/sb_address.py index 66c4cb0698e..419e1f5c724 100644 --- a/lldb/test/python_api/default-constructor/sb_address.py +++ b/lldb/test/python_api/default-constructor/sb_address.py @@ -11,4 +11,12 @@ def fuzz_obj(obj): obj.SetLoadAddress(0xffff, lldb.SBTarget()) obj.OffsetAddress(sys.maxint) obj.GetDescription(lldb.SBStream()) + obj.GetSectionType() + obj.GetSymbolContext(lldb.eSymbolContextEverything) + obj.GetModule() + obj.GetCompileUnit() + obj.GetFunction() + obj.GetBlock() + obj.GetSymbol() + obj.GetLineEntry() obj.Clear() |

