diff options
author | Tom Tromey <tromey@adacore.com> | 2022-03-03 09:47:00 -0700 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2022-03-07 10:43:42 -0700 |
commit | cfeab26e4d42fb6f1bde429ab53a885a9d106a69 (patch) | |
tree | da049caf29046c7fcee5a1861db7823ac0bd3036 /gdb/NEWS | |
parent | 3db1354160aa48995ff37f032310213f0b1cf768 (diff) | |
download | gdb-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |