Lines Matching refs:interpreter
32 CommandObjectWatchpointCommandAdd(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandAdd() argument
33 : CommandObjectParsed(interpreter, "add", in CommandObjectWatchpointCommandAdd()
455 CommandObjectWatchpointCommandDelete(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandDelete() argument
456 : CommandObjectParsed(interpreter, "delete", in CommandObjectWatchpointCommandDelete()
522 CommandObjectWatchpointCommandList(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandList() argument
523 : CommandObjectParsed(interpreter, "list", in CommandObjectWatchpointCommandList()
608 CommandInterpreter &interpreter) in CommandObjectWatchpointCommand() argument
610 interpreter, "command", in CommandObjectWatchpointCommand()
615 new CommandObjectWatchpointCommandAdd(interpreter)); in CommandObjectWatchpointCommand()
617 new CommandObjectWatchpointCommandDelete(interpreter)); in CommandObjectWatchpointCommand()
619 new CommandObjectWatchpointCommandList(interpreter)); in CommandObjectWatchpointCommand()