diff options
author | Joel Brobecker <brobecker@adacore.com> | 2014-05-19 11:46:19 -0700 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2014-05-28 12:58:59 -0700 |
commit | 7f3c034326ce5d487e897826a12c3a4b9d457b49 (patch) | |
tree | c75f9065e6ca4ed40e070a1caaa80d92005b77a5 /gdb/testsuite/ChangeLog | |
parent | 77ac17b8453f60adabaa8931930e2bbe0499757d (diff) | |
download | gdb-7f3c034326ce5d487e897826a12c3a4b9d457b49.zip gdb-7f3c034326ce5d487e897826a12c3a4b9d457b49.tar.gz gdb-7f3c034326ce5d487e897826a12c3a4b9d457b49.tar.bz2 |
Remove "set/show remotebaud" (deprecated) commands.
This patch removes support for the "set/show remotebaud" command,
which were deprecated in GDB 7.7, and should be now be removed
ahead of cutting the GDB 7.8 branch.
gdb/ChangeLog:
* serial.c (_initialize_serial): Remove support for
the "set remotebaud" and "show remotebaud" commands.
* NEWS: Add entry documenting the removal of that command.
gdb/testsuite/ChangeLog:
* config/monitor.exp (gdb_target_monitor): Replace use of
"set remotebaud" by "set serial baud".
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index dc9cff0..4d9c597 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-05-28 Joel Brobecker <brobecker@adacore.com> + + * config/monitor.exp (gdb_target_monitor): Replace use of + "set remotebaud" by "set serial baud". + 2014-05-26 Andy Wingo <wingo@igalia.com> * gdb.guile/scm-breakpoint.exp: |