mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
gdb
PR exp/7643: * eval.c (evaluate_subexp_for_address) <UNOP_IND>: Call coerce_array on result. gdb/testsuite PR exp/7643: * gdb.base/printcmds.exp (test_print_string_constants): Remove setup_kfail.
This commit is contained in:
@ -2629,7 +2629,7 @@ evaluate_subexp_for_address (struct expression *exp, int *pos,
|
||||
goto default_case_after_eval;
|
||||
}
|
||||
|
||||
return x;
|
||||
return coerce_array (x);
|
||||
|
||||
case UNOP_MEMVAL:
|
||||
(*pos) += 3;
|
||||
|
Reference in New Issue
Block a user