9#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTWATCHPOINT_H
10#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTWATCHPOINT_H
26 std::vector<uint32_t> &wp_ids);
A command line argument class.
~CommandObjectMultiwordWatchpoint() override
CommandObjectMultiwordWatchpoint(CommandInterpreter &interpreter)
static bool VerifyWatchpointIDs(Target &target, Args &args, std::vector< uint32_t > &wp_ids)
CommandObjectMultiword(CommandInterpreter &interpreter, const char *name, const char *help=nullptr, const char *syntax=nullptr, uint32_t flags=0)
friend class CommandInterpreter
A class that represents a running process on the host machine.