Home | History | Annotate | Download | only in gdb

Lines Matching refs:deprecate

638 the command you want to deprecate, and optionally the replacement command\n\
641 "maintenance deprecate"));
670 maintenance_do_deprecate (const char *text, int deprecate)
686 gdb_printf (_("Can't find command '%s' to deprecate.\n"), text);
690 if (deprecate)
710 /* If they used an alias, we only want to deprecate the alias.
720 if (deprecate)
739 if (deprecate)
1430 add_cmd ("deprecate", class_maintenance, maintenance_deprecate, _("\
1431 Deprecate a command (for testing purposes).\n\
1432 Usage: maintenance deprecate COMMANDNAME [\"REPLACEMENT\"]\n\