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