diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-05-22 10:57:12 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2007-05-22 10:57:12 +0000 |
commit | 23776285b76dc215c60997f27ed37f37dbc63165 (patch) | |
tree | ecac6677086b1ea40e77ec61b32537a6877aad32 /gdb/ChangeLog | |
parent | 0e9517a90d502269cd2b16ce646580dbb6a79033 (diff) | |
download | gdb-23776285b76dc215c60997f27ed37f37dbc63165.zip gdb-23776285b76dc215c60997f27ed37f37dbc63165.tar.gz gdb-23776285b76dc215c60997f27ed37f37dbc63165.tar.bz2 |
gdb/:
* ser-unix.c (show_serial_hwflow): New function.
(hardwire_raw): Add hardware flow control support.
(_initialize_ser_hardwire): Add "set/show remoteflow".
* Makefile.in (ser-unix.o): Depend on $(gdbcmd_h).
* NEWS: Document the new command.
gdb/doc/:
* gdb.texinfo (Remote Configuration): Document "set/show
remoteflow".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6847009f..d24db0b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2007-05-22 Chris Dearman <chris@mips.com> + Maciej W. Rozycki <macro@mips.com> + + * ser-unix.c (show_serial_hwflow): New function. + (hardwire_raw): Add hardware flow control support. + (_initialize_ser_hardwire): Add "set/show remoteflow". + * Makefile.in (ser-unix.o): Depend on $(gdbcmd_h). + * NEWS: Document the new command. + 2007-05-21 Ulrich Weigand <uweigand@de.ibm.com> * config/i386/tm-linux.h (sys_quotactl): Do not define. |