aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorEnze Li <lienze2010@hotmail.com>2021-12-18 15:19:12 +0400
committerJoel Brobecker <brobecker@adacore.com>2021-12-18 15:19:12 +0400
commitfa8f0a0ff050352eb70ad7ccbcec87f99ced51e7 (patch)
tree01a114f8f1496571e282e2a656cfe3e1a5271b75 /gdb/NEWS
parent8d34471f70a84e6db89be40116d1ed0f6af941c0 (diff)
downloadgdb-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 3f78ace..935a10c 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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