mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 11:59:27 +08:00
* symtab.h (enum address_class): Remove LOC_LOCAL_ARG.
* ada-exp.y (select_possible_type_sym): Do not handle LOC_LOCAL_ARG. * ada-lang.c (resolve_subexp, symtab_for_sym): Likewise. (ada_add_block_symbols): Likewise. * ax-gdb.c (gen_var_ref): Likewise. * buildsyms.c (finish_block): Likewise. * findvar.c (symbol_read_needs_frame, read_var_value): Likewise. * m2-exp.y (yylex): Likewise. * mi/mi-cmd-stack.c (list_args_or_locals): Likewise. * printcmd.c (address_info): Likewise. * stack.c (print_frame_args, print_frame_arg_vars): Likewise. * symmisc.c (print_symbol, print_partial_symbols): Likewise. * symtab.c (lookup_block_symbol): Likewise. * tracepoint.c (collect_symbol, add_local_symbols): Likewise. (scope_info): Likewise.
This commit is contained in:
@ -1164,10 +1164,6 @@ address_info (char *exp, int from_tty)
|
||||
printf_filtered (_("an argument at offset %ld"), val);
|
||||
break;
|
||||
|
||||
case LOC_LOCAL_ARG:
|
||||
printf_filtered (_("an argument at frame offset %ld"), val);
|
||||
break;
|
||||
|
||||
case LOC_LOCAL:
|
||||
printf_filtered (_("a local variable at frame offset %ld"), val);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user