Lines Matching refs:SetCommandName
2554 list_command_object->SetCommandName("breakpoint list"); in CommandObjectMultiwordBreakpoint()
2555 enable_command_object->SetCommandName("breakpoint enable"); in CommandObjectMultiwordBreakpoint()
2556 disable_command_object->SetCommandName("breakpoint disable"); in CommandObjectMultiwordBreakpoint()
2557 clear_command_object->SetCommandName("breakpoint clear"); in CommandObjectMultiwordBreakpoint()
2558 delete_command_object->SetCommandName("breakpoint delete"); in CommandObjectMultiwordBreakpoint()
2559 set_command_object->SetCommandName("breakpoint set"); in CommandObjectMultiwordBreakpoint()
2560 command_command_object->SetCommandName("breakpoint command"); in CommandObjectMultiwordBreakpoint()
2561 modify_command_object->SetCommandName("breakpoint modify"); in CommandObjectMultiwordBreakpoint()
2562 name_command_object->SetCommandName("breakpoint name"); in CommandObjectMultiwordBreakpoint()
2563 write_command_object->SetCommandName("breakpoint write"); in CommandObjectMultiwordBreakpoint()
2564 read_command_object->SetCommandName("breakpoint read"); in CommandObjectMultiwordBreakpoint()