This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] add "continue" response to pager
- From: Tom Tromey <tromey at redhat dot com>
- To: Eli Zaretskii <eliz at gnu dot org>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 24 Jun 2014 12:11:51 -0600
- Subject: Re: [PATCH] add "continue" response to pager
- Authentication-results: sourceware.org; auth=none
- References: <1403626650-26313-1-git-send-email-tromey at redhat dot com> <83tx7aqnr0 dot fsf at gnu dot org>
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>
* 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.