Home | History | Annotate | Download | only in cocoa

Lines Matching refs:summary

8 # example summary provider for NSNotification
9 # the real summary is now C++ code built into LLDB
100 summary = provider.name();
102 summary = None
103 logger >> "got summary " + str(summary)
104 if summary == None:
105 summary = '<variable is not NSNotification>'
106 return str(summary)
107 return 'Summary Unavailable'
110 debugger.HandleCommand("type summary add -F NSNotification.NSNotification_SummaryProvider NSNotification")