diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-06-21 23:27:53 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-06-21 23:27:53 +0000 |
commit | 9e14d72114b8e40e25ac0f99fc9a5e490eba70a8 (patch) | |
tree | 2a345e915dcc884188439dfec10b4dcbd7350d1f /gdb/ChangeLog | |
parent | a4b8ebc89d2cbe6be8b4fe808e0d4c9ac2556a51 (diff) | |
download | gdb-9e14d72114b8e40e25ac0f99fc9a5e490eba70a8.zip gdb-9e14d72114b8e40e25ac0f99fc9a5e490eba70a8.tar.gz gdb-9e14d72114b8e40e25ac0f99fc9a5e490eba70a8.tar.bz2 |
* c-valprint.c (c_value_print): Add VALUE_OFFSET to the address
argument of val_print.
* cp-valprint.c (cp_print_value): Don't add the offset parameter
to the address argument of baseclass_offset or target_read_memory.
Do add it to the argument of cp_print_value_fields.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6b1da44..f24da7b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2003-06-21 Daniel Jacobowitz <drow@mvista.com> + + * c-valprint.c (c_value_print): Add VALUE_OFFSET to the address + argument of val_print. + * cp-valprint.c (cp_print_value): Don't add the offset parameter + to the address argument of baseclass_offset or target_read_memory. + Do add it to the argument of cp_print_value_fields. + 2003-06-21 Andrew Cagney <cagney@redhat.com> * mips-tdep.c: Include "reggroups.h" and "sim-regno.h". |