#include "CommandObjectSettings.h"
#include "llvm/ADT/StringRef.h"
#include "lldb/Host/OptionParser.h"
#include "lldb/Interpreter/CommandCompletions.h"
#include "lldb/Interpreter/CommandInterpreter.h"
#include "lldb/Interpreter/CommandOptionArgumentTable.h"
#include "lldb/Interpreter/CommandReturnObject.h"
#include "lldb/Interpreter/OptionValueProperties.h"
usingnamespacelldb;
usingnamespacelldb_private;
#define LLDB_OPTIONS_settings_set
#include "CommandOptions.inc"
class CommandObjectSettingsSet : public CommandObjectRaw { … };
class CommandObjectSettingsShow : public CommandObjectParsed { … };
#define LLDB_OPTIONS_settings_write
#include "CommandOptions.inc"
class CommandObjectSettingsWrite : public CommandObjectParsed { … };
#define LLDB_OPTIONS_settings_read
#include "CommandOptions.inc"
class CommandObjectSettingsRead : public CommandObjectParsed { … };
class CommandObjectSettingsList : public CommandObjectParsed { … };
class CommandObjectSettingsRemove : public CommandObjectRaw { … };
class CommandObjectSettingsReplace : public CommandObjectRaw { … };
class CommandObjectSettingsInsertBefore : public CommandObjectRaw { … };
class CommandObjectSettingsInsertAfter : public CommandObjectRaw { … };
class CommandObjectSettingsAppend : public CommandObjectRaw { … };
#define LLDB_OPTIONS_settings_clear
#include "CommandOptions.inc"
class CommandObjectSettingsClear : public CommandObjectParsed { … };
CommandObjectMultiwordSettings::CommandObjectMultiwordSettings(
CommandInterpreter &interpreter)
: … { … }
CommandObjectMultiwordSettings::~CommandObjectMultiwordSettings() = default;