Add fuzz call for newly added method SBTarget.GetInstructions().

llvm-svn: 146696
This commit is contained in:
Johnny Chen 2011-12-15 22:45:30 +00:00
parent 80e3e84ddb
commit 10437fd336
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ def fuzz_obj(obj):
obj.FindFirstType("dont_care")
obj.FindTypes("dont_care")
obj.FindFirstType(None)
obj.GetInstructions(lldb.SBAddress(), bytearray())
obj.GetSourceManager()
obj.FindGlobalVariables("my_global_var", 1)
address = obj.ResolveLoadAddress(0xffff)