summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/default-constructor/sb_address.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-08-15 18:19:51 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-08-15 18:19:51 +0000
commit0dc84d093e996f8e0c4ae4a701fb023144aa842b (patch)
treed92243c9f7d3c566d17d22b9f7a5ade5d000d660 /lldb/test/python_api/default-constructor/sb_address.py
parent9b454bc91225247a85bf0c99f2047943d484d0fd (diff)
downloadbcm5719-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.py8
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()
OpenPOWER on IntegriCloud