Searched refs:CommandObjectMultiwordWatchpoint (Results 1 – 4 of 4) sorted by relevance
19 class CommandObjectMultiwordWatchpoint : public CommandObjectMultiword {21 CommandObjectMultiwordWatchpoint(CommandInterpreter &interpreter);23 ~CommandObjectMultiwordWatchpoint() override;
67 bool CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in VerifyWatchpointIDs()252 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()332 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()413 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()538 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()659 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()786 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()1203 CommandObjectMultiwordWatchpoint::CommandObjectMultiwordWatchpoint( in CommandObjectMultiwordWatchpoint() function in CommandObjectMultiwordWatchpoint1244 CommandObjectMultiwordWatchpoint::~CommandObjectMultiwordWatchpoint() = default;
420 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()530 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()602 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
519 REGISTER_COMMAND_OBJECT("watchpoint", CommandObjectMultiwordWatchpoint); in LoadCommandDictionary()