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/doc | |
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/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 10 |
2 files changed, 15 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 48dff96..d11eaf0 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2007-05-22 Maciej W. Rozycki <macro@mips.com> + + * gdb.texinfo (Remote Configuration): Document "set/show + remoteflow". + 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com> * gdb.texinfo (MIPS): Remove documentation for set mips saved-gpreg-size, diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 45005f3..c805127 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -12792,6 +12792,16 @@ expect to see @samp{Ctrl-C} as the interrupt signal. Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to interrupt the remote program. +@item set remoteflow on +@itemx set remoteflow off +@kindex set remoteflow +Enable or disable hardware flow control (@code{RTS}/@code{CTS}) +on the serial port used to communicate to the remote target. + +@item show remoteflow +@kindex show remoteflow +Show the current setting of hardware flow control. + @item set remotelogbase @var{base} Set the base (a.k.a.@: radix) of logging serial protocol communications to @var{base}. Supported values of @var{base} are: |