2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
11 broadcaster
= obj
.GetBroadcaster()
12 # Do fuzz testing on the broadcaster obj, it should not crash lldb.
15 sb_broadcaster
.fuzz_obj(broadcaster
)
16 obj
.BroadcasterMatchesRef(broadcaster
)
17 obj
.GetDescription(lldb
.SBStream())