mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 07:27:33 +08:00
Add fuzz call for newly added method SBTarget.GetInstructions().
llvm-svn: 146696
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user