Searched refs:add_command_object (Results 1 – 2 of 2) sorted by relevance
833 CommandObjectSP add_command_object (new CommandObjectWatchpointCommandAdd (interpreter)); in CommandObjectWatchpointCommand() local837 add_command_object->SetCommandName ("watchpoint command add"); in CommandObjectWatchpointCommand()841 LoadSubCommand ("add", add_command_object); in CommandObjectWatchpointCommand()
898 CommandObjectSP add_command_object (new CommandObjectBreakpointCommandAdd (interpreter)); in CommandObjectBreakpointCommand() local902 add_command_object->SetCommandName ("breakpoint command add"); in CommandObjectBreakpointCommand()906 LoadSubCommand ("add", add_command_object); in CommandObjectBreakpointCommand()