2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
14 obj
.SetError(5, lldb
.eErrorTypeGeneric
)
16 obj
.SetErrorToGenericError()
17 obj
.SetErrorString("xyz")
18 obj
.SetErrorString(None)
19 obj
.SetErrorStringWithFormat("%s!", "error")
20 obj
.SetErrorStringWithFormat(None)
21 obj
.SetErrorStringWithFormat("error")
22 obj
.SetErrorStringWithFormat("%s %s", "warning", "danger")
23 obj
.SetErrorStringWithFormat("%s %s %s", "danger", "will", "robinson")
24 obj
.GetDescription(lldb
.SBStream())