commit | fa8f0a0ff050352eb70ad7ccbcec87f99ced51e7 | [log] [tgz] |
---|---|---|
author | Enze Li <lienze2010@hotmail.com> | Sat Dec 18 15:19:12 2021 +0400 |
committer | Joel Brobecker <brobecker@adacore.com> | Sat Dec 18 15:19:12 2021 +0400 |
tree | 01a114f8f1496571e282e2a656cfe3e1a5271b75 | |
parent | 8d34471f70a84e6db89be40116d1ed0f6af941c0 [diff] |
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