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)

GetReportAllAvailableDebugInfo(...)

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(...)

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

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.