add "continue" response to pager

Message ID 87d2dy2n4o.fsf@fleche.redhat.com
State New, archived
Headers

Commit Message

Tom Tromey June 24, 2014, 6:11 p.m. UTC
  Eli> Thanks, but what about updating the manual?
  

Comments

Eli Zaretskii June 24, 2014, 6:48 p.m. UTC | #1
> From: Tom Tromey <tromey@redhat.com>
> Cc: gdb-patches@sourceware.org
> Date: Tue, 24 Jun 2014 12:11:51 -0600
> 
> Eli> Thanks, but what about updating the manual?
> 
> diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
> index b686271..3b298ea 100644
> --- a/gdb/doc/ChangeLog
> +++ b/gdb/doc/ChangeLog
> @@ -1,3 +1,8 @@
> +2014-06-24  Tom Tromey  <tromey@redhat.com>
> +
> +	* gdb.texinfo (Screen Size): Document "c" response to pagination
> +	prompt.
> +
>  2014-06-19  Gary Benson  <gbenson@redhat.com>

Thanks, this is OK.
  

Patch

diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index b686271..3b298ea 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@ 
+2014-06-24  Tom Tromey  <tromey@redhat.com>
+
+	* gdb.texinfo (Screen Size): Document "c" response to pagination
+	prompt.
+
 2014-06-19  Gary Benson  <gbenson@redhat.com>
 
 	* gdb.texinfo (Maintenance Commands): Document new
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 8588f73..0d519c6 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -22107,8 +22107,9 @@  Print ten commands just after the commands last printed.
 Certain commands to @value{GDBN} may produce large amounts of
 information output to the screen.  To help you read all of it,
 @value{GDBN} pauses and asks you for input at the end of each page of
-output.  Type @key{RET} when you want to continue the output, or @kbd{q}
-to discard the remaining output.  Also, the screen width setting
+output.  Type @key{RET} when you want to continue the output, @kbd{q}
+to discard the remaining output, or @kbd{c} to disable paging for the
+rest of the current command.  Also, the screen width setting
 determines when to wrap lines of output.  Depending on what is being
 printed, @value{GDBN} tries to break the line at a readable place,
 rather than simply letting it overflow onto the following line.