Lines Matching refs:SetCommandName
2454 list_command_object->SetCommandName("breakpoint list"); in CommandObjectMultiwordBreakpoint()
2455 enable_command_object->SetCommandName("breakpoint enable"); in CommandObjectMultiwordBreakpoint()
2456 disable_command_object->SetCommandName("breakpoint disable"); in CommandObjectMultiwordBreakpoint()
2457 clear_command_object->SetCommandName("breakpoint clear"); in CommandObjectMultiwordBreakpoint()
2458 delete_command_object->SetCommandName("breakpoint delete"); in CommandObjectMultiwordBreakpoint()
2459 set_command_object->SetCommandName("breakpoint set"); in CommandObjectMultiwordBreakpoint()
2460 command_command_object->SetCommandName("breakpoint command"); in CommandObjectMultiwordBreakpoint()
2461 modify_command_object->SetCommandName("breakpoint modify"); in CommandObjectMultiwordBreakpoint()
2462 name_command_object->SetCommandName("breakpoint name"); in CommandObjectMultiwordBreakpoint()
2463 write_command_object->SetCommandName("breakpoint write"); in CommandObjectMultiwordBreakpoint()
2464 read_command_object->SetCommandName("breakpoint read"); in CommandObjectMultiwordBreakpoint()