@@ -149,6 +149,7 @@ output to go to STDOUT.
149
149
List of info subcommands:
150
150
-------------------------
151
151
info 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.
152
153
info breakpoints -- Status of user-settable breakpoints
153
154
info display -- Show all display expressions
154
155
info files -- Source files in the program
@@ -162,9 +163,9 @@ info variables -- All global and static variable names
162
163
info warranty -- Various kinds of warranty you do not have
163
164
+info
164
165
Info subcommands are:
165
- args files line source warranty
166
+ args display handle signals variables
167
+ args_current files line source warranty
166
168
breakpoints functions program stack watchpoints
167
- display handle signals variables
168
169
+#### history...
169
170
+H
170
171
28: info
@@ -215,6 +216,7 @@ Info subcommands are:
215
216
List of info subcommands:
216
217
-------------------------
217
218
info 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.
218
220
info breakpoints -- Status of user-settable breakpoints
219
221
info display -- Show all display expressions
220
222
info files -- Source files in the program
@@ -266,6 +268,7 @@ Invalid history number: foo
266
268
List of info subcommands:
267
269
-------------------------
268
270
info 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.
269
272
info breakpoints -- Status of user-settable breakpoints
270
273
info display -- Show all display expressions
271
274
info files -- Source files in the program
0 commit comments