aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2022-03-03 09:47:00 -0700
committerTom Tromey <tromey@adacore.com>2022-03-07 10:43:42 -0700
commitcfeab26e4d42fb6f1bde429ab53a885a9d106a69 (patch)
treeda049caf29046c7fcee5a1861db7823ac0bd3036 /gdb/NEWS
parent3db1354160aa48995ff37f032310213f0b1cf768 (diff)
downloadgdb-cfeab26e4d42fb6f1bde429ab53a885a9d106a69.zip
gdb-cfeab26e4d42fb6f1bde429ab53a885a9d106a69.tar.gz
gdb-cfeab26e4d42fb6f1bde429ab53a885a9d106a69.tar.bz2
Deprecate dbx mode
GDB has a dbx emulation mode that adds a few aliases and helper commands. This mode is barely documented and is very superficial besides. I suspect it is rarely used, and I would like to propose deprecating it for GDB 12, and then removing it in GDB 13.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 8fce31c..ee9eaad 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,8 @@
*** Changes since GDB 11
+* DBX mode is deprecated, and will be removed in GDB 13
+
* Improved C++ template support
GDB now treats functions/types involving C++ templates like it does function