2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
11 obj
.ClearAllBreakpointSites()
12 obj
.FindLocationByAddress(sys
.maxsize
)
13 obj
.FindLocationIDByAddress(sys
.maxsize
)
14 obj
.FindLocationByID(0)
15 obj
.GetLocationAtIndex(0)
21 obj
.SetCondition("i >= 10")
27 obj
.SetThreadName("worker thread")
29 obj
.SetQueueName("my queue")
31 obj
.SetScriptCallbackFunction(None)
32 obj
.SetScriptCallbackBody(None)
33 obj
.GetNumResolvedLocations()
35 obj
.GetDescription(lldb
.SBStream())