#include "CommandObjectDiagnostics.h"
#include "lldb/Host/OptionParser.h"
#include "lldb/Interpreter/CommandOptionArgumentTable.h"
#include "lldb/Interpreter/CommandReturnObject.h"
#include "lldb/Interpreter/OptionArgParser.h"
#include "lldb/Interpreter/OptionValueEnumeration.h"
#include "lldb/Interpreter/OptionValueUInt64.h"
#include "lldb/Interpreter/Options.h"
#include "lldb/Utility/Diagnostics.h"
usingnamespacelldb;
usingnamespacelldb_private;
#define LLDB_OPTIONS_diagnostics_dump
#include "CommandOptions.inc"
class CommandObjectDiagnosticsDump : public CommandObjectParsed { … };
CommandObjectDiagnostics::CommandObjectDiagnostics(
CommandInterpreter &interpreter)
: … { … }
CommandObjectDiagnostics::~CommandObjectDiagnostics() = default;