diff options
author | Enze Li <lienze2010@hotmail.com> | 2021-12-18 15:19:12 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2021-12-18 15:19:12 +0400 |
commit | fa8f0a0ff050352eb70ad7ccbcec87f99ced51e7 (patch) | |
tree | 01a114f8f1496571e282e2a656cfe3e1a5271b75 /gdb/NEWS | |
parent | 8d34471f70a84e6db89be40116d1ed0f6af941c0 (diff) | |
download | gdb-fa8f0a0ff050352eb70ad7ccbcec87f99ced51e7.zip gdb-fa8f0a0ff050352eb70ad7ccbcec87f99ced51e7.tar.gz gdb-fa8f0a0ff050352eb70ad7ccbcec87f99ced51e7.tar.bz2 |
gdb: add "exit" command as an alias for "quit"
This command adds the "exit" command as an alias for the "quit"
command, as requested in PR gdb/28406.
The documentation is also updated to mention this new command.
Tested on x86_64-linux.
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=28406
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -56,6 +56,10 @@ set logging enabled on|off show logging enabled These commands set or show whether logging is enabled or disabled. +exit + You can now exit GDB by using the new command "exit", in addition to + the existing "quit" command. + * Changed commands maint packet |