2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
13 obj.SetCondition("i >= 10")
19 obj.SetThreadName("worker thread")
21 obj.SetQueueName("my queue")
24 obj.GetDescription(lldb.SBStream(), lldb.eDescriptionLevelVerbose)
25 breakpoint = obj.GetBreakpoint()
26 # Do fuzz testing on the breakpoint obj, it should not crash lldb.
28 sb_breakpoint.fuzz_obj(breakpoint)