aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2022-03-04 11:29:27 -0700
committerTom Tromey <tromey@adacore.com>2022-03-31 13:48:07 -0600
commit49a82d50c0ee41bf51db6899291a8beaea4e7e2a (patch)
treecf079ae28dd9a264a8d7d091899735d51676c941 /gdb/defs.h
parent0653f01479ecbcbf3c4dfa6083187a5b2c2258c2 (diff)
downloadbinutils-49a82d50c0ee41bf51db6899291a8beaea4e7e2a.zip
binutils-49a82d50c0ee41bf51db6899291a8beaea4e7e2a.tar.gz
binutils-49a82d50c0ee41bf51db6899291a8beaea4e7e2a.tar.bz2
Remove dbx mode
This patch removes gdb's dbx mode. Regression tested on x86-64 Fedora 34.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 3fddbe2..99bfdd5 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -118,9 +118,6 @@ using RequireLongest = gdb::Requires<gdb::Or<std::is_same<T, LONGEST>,
#include "hashtab.h"
-/* * Enable dbx commands if set. */
-extern int dbx_commands;
-
/* * System root path, used to find libraries etc. */
extern std::string gdb_sysroot;