@@ -149,6 +149,7 @@ output to go to STDOUT.
149149List of info subcommands:
150150-------------------------
151151info args -- Argument variables (e.g. $1, $2, ...) of the current stack frame.
152+ info args_current -- Current values of variables $1, $2, ... of the current stack frame.
152153info breakpoints -- Status of user-settable breakpoints
153154info display -- Show all display expressions
154155info files -- Source files in the program
@@ -162,9 +163,9 @@ info variables -- All global and static variable names
162163info warranty -- Various kinds of warranty you do not have
163164+info
164165Info subcommands are:
165- args files line source warranty
166+ args display handle signals variables
167+ args_current files line source warranty
166168 breakpoints functions program stack watchpoints
167- display handle signals variables
168169+#### history...
169170+H
17017128: info
@@ -215,6 +216,7 @@ Info subcommands are:
215216List of info subcommands:
216217-------------------------
217218info args -- Argument variables (e.g. $1, $2, ...) of the current stack frame.
219+ info args_current -- Current values of variables $1, $2, ... of the current stack frame.
218220info breakpoints -- Status of user-settable breakpoints
219221info display -- Show all display expressions
220222info files -- Source files in the program
@@ -266,6 +268,7 @@ Invalid history number: foo
266268List of info subcommands:
267269-------------------------
268270info args -- Argument variables (e.g. $1, $2, ...) of the current stack frame.
271+ info args_current -- Current values of variables $1, $2, ... of the current stack frame.
269272info breakpoints -- Status of user-settable breakpoints
270273info display -- Show all display expressions
271274info files -- Source files in the program
0 commit comments