Add new SBAddress APIs to the fuzz tests.

llvm-svn: 137625
This commit is contained in:
Johnny Chen 2011-08-15 18:19:51 +00:00
parent 9b454bc912
commit 0dc84d093e
1 changed files with 8 additions and 0 deletions

View File

@ -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()