Lines Matching refs:SetCommandName
2363 list_command_object->SetCommandName("breakpoint list"); in CommandObjectMultiwordBreakpoint()
2364 enable_command_object->SetCommandName("breakpoint enable"); in CommandObjectMultiwordBreakpoint()
2365 disable_command_object->SetCommandName("breakpoint disable"); in CommandObjectMultiwordBreakpoint()
2366 clear_command_object->SetCommandName("breakpoint clear"); in CommandObjectMultiwordBreakpoint()
2367 delete_command_object->SetCommandName("breakpoint delete"); in CommandObjectMultiwordBreakpoint()
2368 set_command_object->SetCommandName("breakpoint set"); in CommandObjectMultiwordBreakpoint()
2369 command_command_object->SetCommandName("breakpoint command"); in CommandObjectMultiwordBreakpoint()
2370 modify_command_object->SetCommandName("breakpoint modify"); in CommandObjectMultiwordBreakpoint()
2371 name_command_object->SetCommandName("breakpoint name"); in CommandObjectMultiwordBreakpoint()
2372 write_command_object->SetCommandName("breakpoint write"); in CommandObjectMultiwordBreakpoint()
2373 read_command_object->SetCommandName("breakpoint read"); in CommandObjectMultiwordBreakpoint()