@@ -150,6 +150,7 @@ output to go to STDOUT.
150150List of info subcommands:
151151-------------------------
152152info args -- Argument variables (e.g. $1, $2, ...) of the current stack frame.
153+ info args_current -- Current values of variables $1, $2, ... of the current stack frame.
153154info breakpoints -- Status of user-settable breakpoints
154155info display -- Show all display expressions
155156info files -- Source files in the program
@@ -163,9 +164,9 @@ info variables -- All global and static variable names
163164info warranty -- Various kinds of warranty you do not have
164165+info
165166Info subcommands are:
166- args files line source warranty
167- breakpoints functions program stack watchpoints
168- display handle signals variables
167+ args display handle signals variables
168+ args_current files line source warranty
169+ breakpoints functions program stack watchpoints
169170+#### history...
170171+H
17117228: info
@@ -221,6 +222,7 @@ help info
221222List of info subcommands:
222223-------------------------
223224info args -- Argument variables (e.g. $1, $2, ...) of the current stack frame.
225+ info args_current -- Current values of variables $1, $2, ... of the current stack frame.
224226info breakpoints -- Status of user-settable breakpoints
225227info display -- Show all display expressions
226228info files -- Source files in the program
@@ -274,6 +276,7 @@ help info
274276List of info subcommands:
275277-------------------------
276278info args -- Argument variables (e.g. $1, $2, ...) of the current stack frame.
279+ info args_current -- Current values of variables $1, $2, ... of the current stack frame.
277280info breakpoints -- Status of user-settable breakpoints
278281info display -- Show all display expressions
279282info files -- Source files in the program
0 commit comments