[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
This commit is contained in:
parent
089485ff86
commit
22e6d16f9b
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user