Lines Matching refs:interpreter
32 CommandObjectWatchpointCommandAdd(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandAdd() argument
33 : CommandObjectParsed(interpreter, "add", in CommandObjectWatchpointCommandAdd()
442 CommandObjectWatchpointCommandDelete(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandDelete() argument
443 : CommandObjectParsed(interpreter, "delete", in CommandObjectWatchpointCommandDelete()
496 CommandObjectWatchpointCommandList(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandList() argument
497 : CommandObjectParsed(interpreter, "list", in CommandObjectWatchpointCommandList()
568 CommandInterpreter &interpreter) in CommandObjectWatchpointCommand() argument
570 interpreter, "command", in CommandObjectWatchpointCommand()
575 new CommandObjectWatchpointCommandAdd(interpreter)); in CommandObjectWatchpointCommand()
577 new CommandObjectWatchpointCommandDelete(interpreter)); in CommandObjectWatchpointCommand()
579 new CommandObjectWatchpointCommandList(interpreter)); in CommandObjectWatchpointCommand()