2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
11 obj
.GetInstructions(lldb
.SBTarget())
12 sa
= obj
.GetStartAddress()
13 ea
= obj
.GetEndAddress()
14 # Do fuzz testing on the address obj, it should not crash lldb.
17 sb_address
.fuzz_obj(sa
)
18 sb_address
.fuzz_obj(ea
)
19 obj
.GetPrologueByteSize
20 obj
.GetDescription(lldb
.SBStream())