forked from OSchip/llvm-project
Add new SBAddress APIs to the fuzz tests.
llvm-svn: 137625
This commit is contained in:
parent
9b454bc912
commit
0dc84d093e
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue