Searched refs:disable_command_object (Results 1 – 2 of 2) sorted by relevance
1365 CommandObjectSP disable_command_object (new CommandObjectWatchpointDisable (interpreter)); in CommandObjectMultiwordWatchpoint() local1374 disable_command_object->SetCommandName("watchpoint disable"); in CommandObjectMultiwordWatchpoint()1383 LoadSubCommand ("disable", disable_command_object); in CommandObjectMultiwordWatchpoint()
1763 CommandObjectSP disable_command_object (new CommandObjectBreakpointDisable (interpreter)); in CommandObjectMultiwordBreakpoint() local1772 disable_command_object->SetCommandName("breakpoint disable"); in CommandObjectMultiwordBreakpoint()1781 LoadSubCommand ("disable", disable_command_object); in CommandObjectMultiwordBreakpoint()