aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2021-02-13 23:38:28 +0000
committerLancelot SIX <lsix@lancelotsix.com>2021-02-17 23:10:57 +0000
commit22e6d16f9b9caff5b4bbb27727441c21480af9ad (patch)
treed93ac34f109b93b922284e81549ee103aba4f8b0 /gdb/doc
parent089485ff862be9561f73fd80509a3564fb672662 (diff)
downloadgdb-22e6d16f9b9caff5b4bbb27727441c21480af9ad.zip
gdb-22e6d16f9b9caff5b4bbb27727441c21480af9ad.tar.gz
gdb-22e6d16f9b9caff5b4bbb27727441c21480af9ad.tar.bz2
[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
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog6
-rw-r--r--gdb/doc/gdb.texinfo4
2 files changed, 8 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index bc5a2ea..7f324de 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 0b1deba..90f0c76 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.