[PR cli/17290] gdb/doc: Fix show remote interrupt-*.
authorLancelot SIX <lsix@lancelotsix.com>
Sat, 13 Feb 2021 23:38:28 +0000 (23:38 +0000)
committerLancelot SIX <lsix@lancelotsix.com>
Wed, 17 Feb 2021 23:10:57 +0000 (23:10 +0000)
Add the missing 'remote' in:
  - @item show remote interrupt-sequence
  - @item show remote interrupt-on-connect

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index bc5a2ea0d93056491646e86e60eff7a759bc5752..7f324dedadeaf2a64a16eb450fa09a6ce2073ef5 100644 (file)
@@ -1,3 +1,9 @@
+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
index 0b1deba96671c5ccee99a04e4725fee7614237b8..90f0c7683f61349b1f5aba35ff916868d2aca6d0 100644 (file)
@@ -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.