#include <vector>
#include "CommandObjectWatchpoint.h"
#include "CommandObjectWatchpointCommand.h"
#include "lldb/Breakpoint/StoppointCallbackContext.h"
#include "lldb/Breakpoint/Watchpoint.h"
#include "lldb/Core/IOHandler.h"
#include "lldb/Host/OptionParser.h"
#include "lldb/Interpreter/CommandInterpreter.h"
#include "lldb/Interpreter/CommandOptionArgumentTable.h"
#include "lldb/Interpreter/CommandReturnObject.h"
#include "lldb/Interpreter/OptionArgParser.h"
#include "lldb/Target/Target.h"
usingnamespacelldb;
usingnamespacelldb_private;
#define LLDB_OPTIONS_watchpoint_command_add
#include "CommandOptions.inc"
class CommandObjectWatchpointCommandAdd : public CommandObjectParsed,
public IOHandlerDelegateMultiline { … };
class CommandObjectWatchpointCommandDelete : public CommandObjectParsed { … };
class CommandObjectWatchpointCommandList : public CommandObjectParsed { … };
CommandObjectWatchpointCommand::CommandObjectWatchpointCommand(
CommandInterpreter &interpreter)
: … { … }
CommandObjectWatchpointCommand::~CommandObjectWatchpointCommand() = default;