LLDB mainline
|
#include <Statistics.h>
Public Member Functions | |
void | SetSummaryOnly (bool value) |
bool | GetSummaryOnly () const |
void | SetLoadAllDebugInfo (bool value) |
bool | GetLoadAllDebugInfo () const |
void | SetIncludeTargets (bool value) |
bool | GetIncludeTargets () const |
void | SetIncludeModules (bool value) |
bool | GetIncludeModules () const |
void | SetIncludeTranscript (bool value) |
bool | GetIncludeTranscript () const |
void | SetIncludePlugins (bool value) |
bool | GetIncludePlugins () const |
Private Attributes | |
std::optional< bool > | m_summary_only |
std::optional< bool > | m_load_all_debug_info |
std::optional< bool > | m_include_targets |
std::optional< bool > | m_include_modules |
std::optional< bool > | m_include_transcript |
std::optional< bool > | m_include_plugins |
Definition at line 183 of file Statistics.h.
|
inline |
Definition at line 202 of file Statistics.h.
References GetSummaryOnly(), and m_include_modules.
Referenced by lldb_private::DebuggerStats::ReportStatistics(), and lldb_private::TargetStats::ToJSON().
|
inline |
Definition at line 216 of file Statistics.h.
References m_include_plugins.
Referenced by lldb_private::DebuggerStats::ReportStatistics().
|
inline |
Definition at line 194 of file Statistics.h.
References m_include_targets.
Referenced by lldb_private::DebuggerStats::ReportStatistics().
|
inline |
Definition at line 211 of file Statistics.h.
References m_include_transcript.
Referenced by CommandObjectStatsDump::DoExecute(), and lldb_private::DebuggerStats::ReportStatistics().
|
inline |
Definition at line 189 of file Statistics.h.
References m_load_all_debug_info.
Referenced by lldb_private::DebuggerStats::ReportStatistics().
|
inline |
Definition at line 186 of file Statistics.h.
References m_summary_only.
Referenced by GetIncludeModules(), lldb_private::DebuggerStats::ReportStatistics(), and lldb_private::TargetStats::ToJSON().
|
inline |
Definition at line 201 of file Statistics.h.
References m_include_modules.
|
inline |
Definition at line 215 of file Statistics.h.
References m_include_plugins.
|
inline |
Definition at line 193 of file Statistics.h.
References m_include_targets.
|
inline |
Definition at line 210 of file Statistics.h.
References m_include_transcript.
|
inline |
Definition at line 188 of file Statistics.h.
References m_load_all_debug_info.
|
inline |
Definition at line 185 of file Statistics.h.
References m_summary_only.
|
private |
Definition at line 227 of file Statistics.h.
Referenced by GetIncludeModules(), and SetIncludeModules().
|
private |
Definition at line 229 of file Statistics.h.
Referenced by GetIncludePlugins(), and SetIncludePlugins().
|
private |
Definition at line 226 of file Statistics.h.
Referenced by GetIncludeTargets(), and SetIncludeTargets().
|
private |
Definition at line 228 of file Statistics.h.
Referenced by GetIncludeTranscript(), and SetIncludeTranscript().
|
private |
Definition at line 225 of file Statistics.h.
Referenced by GetLoadAllDebugInfo(), and SetLoadAllDebugInfo().
|
private |
Definition at line 224 of file Statistics.h.
Referenced by GetSummaryOnly(), and SetSummaryOnly().