From: Lancelot SIX Date: Sat, 13 Feb 2021 23:38:28 +0000 (+0000) Subject: [PR cli/17290] gdb/doc: Fix show remote interrupt-*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=22e6d16f9b9caff5b4bbb27727441c21480af9ad;p=binutils-gdb.git [PR cli/17290] gdb/doc: Fix show remote interrupt-*. Add the missing 'remote' in: - @item show remote interrupt-sequence - @item show remote interrupt-on-connect --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index bc5a2ea0d93..7f324dedade 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2021-02-17 Lancelot Six + + PR cli/17290 + * gdb.texinfo (Remote Configuration): Fix show remote + interrupt-sequence and show remote interrupt-on-connect. + 2021-02-11 Andrew Burgess * gdb.texinfo (Files): Update documentation for 'maint info diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 0b1deba9667..90f0c7683f6 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -22905,7 +22905,7 @@ is high level of serial line for some certain time. Linux kernel prefers @samp{BREAK-g}, a.k.a Magic SysRq g. It is @code{BREAK} signal followed by character @code{g}. -@item show interrupt-sequence +@item show remote interrupt-sequence Show which of @samp{Ctrl-C}, @code{BREAK} or @code{BREAK-g} is sent by @value{GDBN} to interrupt the remote program. @code{BREAK-g} is BREAK signal followed by @code{g} and @@ -22918,7 +22918,7 @@ Specify whether interrupt-sequence is sent to remote target when Linux kernel. Linux kernel expects @code{BREAK} followed by @code{g} which is known as Magic SysRq g in order to connect @value{GDBN}. -@item show interrupt-on-connect +@item show remote interrupt-on-connect Show whether interrupt-sequence is sent to remote target when @value{GDBN} connects to it.