Lines Matching refs:SetCommandName
2429 list_command_object->SetCommandName("breakpoint list"); in CommandObjectMultiwordBreakpoint()
2430 enable_command_object->SetCommandName("breakpoint enable"); in CommandObjectMultiwordBreakpoint()
2431 disable_command_object->SetCommandName("breakpoint disable"); in CommandObjectMultiwordBreakpoint()
2432 clear_command_object->SetCommandName("breakpoint clear"); in CommandObjectMultiwordBreakpoint()
2433 delete_command_object->SetCommandName("breakpoint delete"); in CommandObjectMultiwordBreakpoint()
2434 set_command_object->SetCommandName("breakpoint set"); in CommandObjectMultiwordBreakpoint()
2435 command_command_object->SetCommandName("breakpoint command"); in CommandObjectMultiwordBreakpoint()
2436 modify_command_object->SetCommandName("breakpoint modify"); in CommandObjectMultiwordBreakpoint()
2437 name_command_object->SetCommandName("breakpoint name"); in CommandObjectMultiwordBreakpoint()
2438 write_command_object->SetCommandName("breakpoint write"); in CommandObjectMultiwordBreakpoint()
2439 read_command_object->SetCommandName("breakpoint read"); in CommandObjectMultiwordBreakpoint()