mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-30 21:34:42 +08:00
gdb/
* frame.h (read_frame_local): Declare. * mi/mi-cmd-stack.c (list_args_or_locals): Call read_frame_local. * stack.c (read_frame_local): New. gdb/testsuite/ * gdb.trace/mi-trace-unavailable.exp: Don't set "print entry-values" to "no". (test_trace_unavailable): Set various values to "print entry-values" to test that the output of '-stack-list-locals' is not affected, and then set set "print entry-values" to "no".
This commit is contained in:
@ -714,6 +714,8 @@ struct frame_arg
|
||||
extern void read_frame_arg (struct symbol *sym, struct frame_info *frame,
|
||||
struct frame_arg *argp,
|
||||
struct frame_arg *entryargp);
|
||||
extern void read_frame_local (struct symbol *sym, struct frame_info *frame,
|
||||
struct frame_arg *argp);
|
||||
|
||||
extern void args_info (char *, int);
|
||||
|
||||
|
Reference in New Issue
Block a user