mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 22:03:57 +08:00
gdb/
* mi/mi-cmd-stack.c: Update comments to function list_args_or_locals.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2013-08-08 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
|
* mi/mi-cmd-stack.c: Update comments to function
|
||||||
|
list_args_or_locals.
|
||||||
|
|
||||||
2013-08-07 Tom Tromey <tromey@redhat.com>
|
2013-08-07 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
PR symtab/15028:
|
PR symtab/15028:
|
||||||
|
@ -502,10 +502,9 @@ list_arg_or_local (const struct frame_arg *arg, enum what_to_list what,
|
|||||||
do_cleanups (old_chain);
|
do_cleanups (old_chain);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Print a list of the locals or the arguments for the currently
|
/* Print a list of the objects for the frame FI in a certain form,
|
||||||
selected frame. If the argument passed is 0, printonly the names
|
which is determined by VALUES. The objects can be locals,
|
||||||
of the variables, if an argument of 1 is passed, print the values
|
arguments or both, which is determined by WHAT. */
|
||||||
as well. */
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
list_args_or_locals (enum what_to_list what, enum print_values values,
|
list_args_or_locals (enum what_to_list what, enum print_values values,
|
||||||
|
Reference in New Issue
Block a user