Lines Matching refs:interpreter
32 CommandObjectWatchpointCommandAdd(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandAdd() argument
33 : CommandObjectParsed(interpreter, "add", in CommandObjectWatchpointCommandAdd()
454 CommandObjectWatchpointCommandDelete(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandDelete() argument
455 : CommandObjectParsed(interpreter, "delete", in CommandObjectWatchpointCommandDelete()
520 CommandObjectWatchpointCommandList(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandList() argument
521 : CommandObjectParsed(interpreter, "list", in CommandObjectWatchpointCommandList()
604 CommandInterpreter &interpreter) in CommandObjectWatchpointCommand() argument
606 interpreter, "command", in CommandObjectWatchpointCommand()
611 new CommandObjectWatchpointCommandAdd(interpreter)); in CommandObjectWatchpointCommand()
613 new CommandObjectWatchpointCommandDelete(interpreter)); in CommandObjectWatchpointCommand()
615 new CommandObjectWatchpointCommandList(interpreter)); in CommandObjectWatchpointCommand()