SBStatisticsOptions#
- class lldb.SBStatisticsOptions(*args)#
A container for options to use when dumping statistics.
Methods Summary
GetIncludeModules
(SBStatisticsOptions self)GetIncludeTargets
(SBStatisticsOptions self)GetIncludeTranscript
(SBStatisticsOptions self)Gets whether the statistics will force loading all possible debug info.
GetSummaryOnly
(SBStatisticsOptions self)Gets whether the statistics only dump a summary.
SetIncludeModules
(SBStatisticsOptions self, ...)SetIncludeTargets
(SBStatisticsOptions self, ...)SetIncludeTranscript
(...)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
- GetIncludeModules(SBStatisticsOptions self) bool #
- GetIncludeTargets(SBStatisticsOptions self) bool #
- GetIncludeTranscript(SBStatisticsOptions self) bool #
- 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.
- SetIncludeModules(SBStatisticsOptions self, bool b)#
- SetIncludeTargets(SBStatisticsOptions self, bool b)#
- SetIncludeTranscript(SBStatisticsOptions self, bool b)#
- 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.