+2021-02-17 Lancelot Six <lsix@lancelotsix.com>
+
+ PR cli/17290
+ * gdb.texinfo (Remote Configuration): Fix show remote
+ interrupt-sequence and show remote interrupt-on-connect.
+
2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
* gdb.texinfo (Files): Update documentation for 'maint info
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
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.