diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 638b8d9..b56a87e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,20 @@ 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com> + * eval.c (evaluate_subexp_for_address): Clarify error message. + Use value_must_coerce_to_target. + * infcall.c (value_arg_coerce): Call value_coerce_to_target. + * valops.c (value_assign): Call value_coerce_to_target when + assigning to anything but internalvars. Leave GDB-side arrays + as arrays when assigning to internalvars. + (value_must_coerce_to_target, value_coerce_to_target): New. + (value_coerce_array, value_addr): Call value_coerce_to_target. + (value_array): Create the array in GDB's memory instead of + the inferior's. + * value.h (value_must_coerce_to_target, value_coerce_to_target): + Declare. + +2008-03-21 Daniel Jacobowitz <dan@codesourcery.com> + * top.c (quit_confirm): Warn that we will kill the program. 2008-03-19 Pedro Alves <pedro@codesourcery.com> |