SBStatisticsOptions#

class lldb.SBStatisticsOptions(*args)#

A container for options to use when dumping statistics.

Methods Summary

GetReportAllAvailableDebugInfo(...)

Gets whether the statistics will force loading all possible debug info.

GetSummaryOnly(SBStatisticsOptions self)

Gets whether the statistics only dump a summary.

SetReportAllAvailableDebugInfo(...)

Sets whether the statistics will force loading all possible debug info.

SetSummaryOnly(SBStatisticsOptions self, bool b)

Sets whether the statistics should only dump a summary.

Methods Documentation

GetReportAllAvailableDebugInfo(SBStatisticsOptions self) bool#

Gets whether the statistics will force loading all possible debug info.

GetSummaryOnly(SBStatisticsOptions self) bool#

Gets whether the statistics only dump a summary.

SetReportAllAvailableDebugInfo(SBStatisticsOptions self, bool b)#

Sets whether the statistics will force loading all possible debug info.

SetSummaryOnly(SBStatisticsOptions self, bool b)#

Sets whether the statistics should only dump a summary.