diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d56cec23ff9..1d88c926346 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2020-12-23 Alex Bennée + + * gdb.texinfo (Packets): Clarify language for ? packet. + 2020-12-21 Joel Brobecker * gdb.texinfo (Requirements): Add GMP to list of requirements. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 617a3641382..93e722881a3 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -39502,9 +39502,10 @@ The remote target both supports and has enabled extended mode. @item ? @cindex @samp{?} packet @anchor{? packet} -Indicate the reason the target halted. The reply is the same as for -step and continue. This packet has a special interpretation when the -target is in non-stop mode; see @ref{Remote Non-Stop}. +This is sent when connection is first established to query the reason +the target halted. The reply is the same as for step and continue. +This packet has a special interpretation when the target is in +non-stop mode; see @ref{Remote Non-Stop}. Reply: @xref{Stop Reply Packets}, for the reply specifications.