2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
11 obj
.GetLoadAddress(lldb
.SBTarget())
12 obj
.SetLoadAddress(0xFFFF, lldb
.SBTarget())
13 obj
.OffsetAddress(sys
.maxsize
)
14 obj
.GetDescription(lldb
.SBStream())
16 obj
.GetSymbolContext(lldb
.eSymbolContextEverything
)