Searched refs:CommandObjectMultiwordWatchpoint (Results 1 – 4 of 4) sorted by relevance
19 class CommandObjectMultiwordWatchpoint : public CommandObjectMultiword {21 CommandObjectMultiwordWatchpoint(CommandInterpreter &interpreter);23 ~CommandObjectMultiwordWatchpoint() override;
66 bool CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in VerifyWatchpointIDs()247 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()325 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()403 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()526 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()645 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()770 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()1174 CommandObjectMultiwordWatchpoint::CommandObjectMultiwordWatchpoint( in CommandObjectMultiwordWatchpoint() function in CommandObjectMultiwordWatchpoint1215 CommandObjectMultiwordWatchpoint::~CommandObjectMultiwordWatchpoint() = default;
418 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()525 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()593 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
529 REGISTER_COMMAND_OBJECT("watchpoint", CommandObjectMultiwordWatchpoint); in LoadCommandDictionary()