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/NEWS | |
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/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -39,6 +39,11 @@ has been rewritten to use the standard GDB remote protocol. * New commands +set remoteflow +show remoteflow + Enable or disable hardware flow control (RTS/CTS) on the serial port + when debugging using remote targets. + set mem inaccessible-by-default show mem inaccessible-by-default If the target supplies a memory map, for instance via the remote |