#include "CommandObjectBreakpointCommand.h"
#include "CommandObjectBreakpoint.h"
#include "lldb/Breakpoint/Breakpoint.h"
#include "lldb/Breakpoint/BreakpointIDList.h"
#include "lldb/Breakpoint/BreakpointLocation.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/Interpreter/OptionGroupPythonClassWithDict.h"
#include "lldb/Target/Target.h"
usingnamespacelldb;
usingnamespacelldb_private;
#define LLDB_OPTIONS_breakpoint_command_add
#include "CommandOptions.inc"
class CommandObjectBreakpointCommandAdd : public CommandObjectParsed,
public IOHandlerDelegateMultiline { … };
const char *CommandObjectBreakpointCommandAdd::g_reader_instructions = …;
#define LLDB_OPTIONS_breakpoint_command_delete
#include "CommandOptions.inc"
class CommandObjectBreakpointCommandDelete : public CommandObjectParsed { … };
class CommandObjectBreakpointCommandList : public CommandObjectParsed { … };
CommandObjectBreakpointCommand::CommandObjectBreakpointCommand(
CommandInterpreter &interpreter)
: … { … }
CommandObjectBreakpointCommand::~CommandObjectBreakpointCommand() = default;