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()247 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()325 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()403 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()525 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()643 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()767 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()1169 CommandObjectMultiwordWatchpoint::CommandObjectMultiwordWatchpoint( in CommandObjectMultiwordWatchpoint() function in CommandObjectMultiwordWatchpoint1210 CommandObjectMultiwordWatchpoint::~CommandObjectMultiwordWatchpoint() = default;
388 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()495 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()563 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
559 REGISTER_COMMAND_OBJECT("watchpoint", CommandObjectMultiwordWatchpoint); in LoadCommandDictionary()