xref: /freebsd/contrib/llvm-project/lldb/bindings/interface/SBStatisticsOptionsDocstrings.i (revision b64c5a0ace59af62eff52bfe110a521dc73c937b)
1 %feature("docstring",
2 "A container for options to use when dumping statistics."
3 ) lldb::SBStatisticsOptions;
4 
5 %feature("docstring", "Sets whether the statistics should only dump a summary."
6 ) lldb::SBStatisticsOptions::SetSummaryOnly;
7 %feature("docstring", "Gets whether the statistics only dump a summary."
8 ) lldb::SBStatisticsOptions::GetSummaryOnly;
9 %feature("docstring", "
10     Sets whether the statistics will force loading all possible debug info."
11 ) lldb::SBStatisticsOptions::SetReportAllAvailableDebugInfo;
12 %feature("docstring", "
13     Gets whether the statistics will force loading all possible debug info."
14 ) lldb::SBStatisticsOptions::GetReportAllAvailableDebugInfo;
15