Searched refs:deprecate (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
H A Dmaint.c503 printf_unfiltered ("\"maintenance deprecate\" takes an argument, \n\
504 the command you want to deprecate, and optionally the replacement command \n\
534 maintenance_do_deprecate (char *text, int deprecate) argument
551 printf_filtered ("Can't find command '%s' to deprecate.\n", text);
555 if (deprecate)
576 /* If they used an alias, we only want to deprecate the alias.
587 if (deprecate)
600 if (deprecate)
838 add_cmd ("deprecate", class_maintenance, maintenance_deprecate,
842 want to use it: maintenance deprecate 'commandnam
[all...]

Completed in 108 milliseconds