diff options
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 10 |
1 files changed, 10 insertions, 0 deletions
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: |