forked from OSchip/llvm-project
Add fuzz call for newly added method SBTarget.GetInstructions().
llvm-svn: 146696
This commit is contained in:
parent
80e3e84ddb
commit
10437fd336
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue