#include "CommandObjectStats.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Host/OptionParser.h"
#include "lldb/Interpreter/CommandOptionArgumentTable.h"
#include "lldb/Interpreter/CommandReturnObject.h"
#include "lldb/Interpreter/OptionArgParser.h"
#include "lldb/Target/Target.h"
usingnamespacelldb;
usingnamespacelldb_private;
class CommandObjectStatsEnable : public CommandObjectParsed { … };
class CommandObjectStatsDisable : public CommandObjectParsed { … };
#define LLDB_OPTIONS_statistics_dump
#include "CommandOptions.inc"
class CommandObjectStatsDump : public CommandObjectParsed { … };
CommandObjectStats::CommandObjectStats(CommandInterpreter &interpreter)
: … { … }
CommandObjectStats::~CommandObjectStats() = default;