gdb/doc: document '+' argument for 'list' command
authorBruno Larsen <blarsen@redhat.com>
Tue, 20 Jun 2023 14:57:38 +0000 (16:57 +0200)
committerBruno Larsen <blarsen@redhat.com>
Fri, 14 Jul 2023 08:58:18 +0000 (10:58 +0200)
The command 'list' has accepted the argument '+' for many years already,
but this option wasn't documented either in the texinfo docs or in the
help text for the command.  This commit documents it.

Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Approved-By: Tom Tromey <tom@tromey.com>
gdb/cli/cli-cmds.c
gdb/doc/gdb.texinfo

index 3a1902a0c82f1fbe230ee474a0ab850f3b6e5724..0fa24fd3df982774b6c7bf58b7929d4f3ab60049 100644 (file)
@@ -2806,6 +2806,7 @@ and send its output to SHELL_COMMAND."));
 List specified function or line.\n\
 With no argument, lists ten more lines after or around previous listing.\n\
 \"list .\" lists ten lines arond where the inferior is stopped.\n\
+\"list +\" lists the ten lines following a previous ten-line listing.\n\
 \"list -\" lists the ten lines before a previous ten-line listing.\n\
 One argument specifies a line, and ten lines are listed around that line.\n\
 Two arguments with comma between specify starting and ending lines to list.\n\
index 20c9b24400dbe4a4ada465e93402d9d10af440cd..cd86da50f46c0bd46c837f19219e7d8e6f607216 100644 (file)
@@ -9148,6 +9148,9 @@ Stack}), this prints lines centered around that line.  If no
 @code{list} command has been used and no solitary line was printed,
 it prints the lines around the function @code{main}.
 
+@item list +
+Same as using with no arguments.
+
 @item list -
 Print lines just before the lines last printed.