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.
*** 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
}
}
+ if (dbx_commands)
+ warning (_("--dbx mode is deprecated and will be removed"));
+
save_original_signals_state (quiet);
/* Try to set up an alternate signal stack for SIGSEGV handlers. */