Searched refs:CommandObjectMultiwordWatchpoint (Results 1 – 4 of 4) sorted by relevance
19 class CommandObjectMultiwordWatchpoint : public CommandObjectMultiword {21 CommandObjectMultiwordWatchpoint(CommandInterpreter &interpreter);23 ~CommandObjectMultiwordWatchpoint() override;
69 bool CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in VerifyWatchpointIDs()249 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()325 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()401 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()521 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()637 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()759 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()1193 CommandObjectMultiwordWatchpoint::CommandObjectMultiwordWatchpoint( in CommandObjectMultiwordWatchpoint() function in CommandObjectMultiwordWatchpoint1234 CommandObjectMultiwordWatchpoint::~CommandObjectMultiwordWatchpoint() = default;
388 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()494 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()561 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
568 REGISTER_COMMAND_OBJECT("watchpoint", CommandObjectMultiwordWatchpoint); in LoadCommandDictionary()