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()244 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()315 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()386 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()501 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()612 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()729 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()1144 CommandObjectMultiwordWatchpoint::CommandObjectMultiwordWatchpoint( in CommandObjectMultiwordWatchpoint() function in CommandObjectMultiwordWatchpoint1185 CommandObjectMultiwordWatchpoint::~CommandObjectMultiwordWatchpoint() = default;
376 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()470 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()525 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
591 REGISTER_COMMAND_OBJECT("watchpoint", CommandObjectMultiwordWatchpoint); in LoadCommandDictionary()