Remove dbx mode

This patch removes gdb's dbx mode.  Regression tested on x86-64 Fedora
34.
This commit is contained in:
Tom Tromey 2022-03-04 11:29:27 -07:00
parent 0653f01479
commit 49a82d50c0
13 changed files with 24 additions and 503 deletions

View file

@ -1926,9 +1926,6 @@ directory in which the source file was compiled into object code.\n\
With no argument, reset the search path to $cdir:$cwd, the default."),
&cmdlist);
if (dbx_commands)
add_com_alias ("use", directory_cmd, class_files, 0);
set_cmd_completer (directory_cmd, filename_completer);
add_setshow_optional_filename_cmd ("directories",