forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -1028,6 +1028,9 @@ captured_main_1 (struct captured_main_args *context)
|
||||
}
|
||||
}
|
||||
|
||||
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. */
|
||||
|
||||
Reference in New Issue
Block a user