diff options
author | Tom Tromey <tromey@redhat.com> | 2013-05-22 20:51:49 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-05-22 20:51:49 +0000 |
commit | 5f2e6b00f863fc8f334d2506b96b055ef70394ed (patch) | |
tree | de025e8ae9b9dc5499d9c750267e9609d6ab2d43 /gdb/ChangeLog | |
parent | c77c0862b26d536f91187c34c510cee96bef1f7a (diff) | |
download | gdb-5f2e6b00f863fc8f334d2506b96b055ef70394ed.zip gdb-5f2e6b00f863fc8f334d2506b96b055ef70394ed.tar.gz gdb-5f2e6b00f863fc8f334d2506b96b055ef70394ed.tar.bz2 |
PR c++/15401:
* c-valprint.c (c_value_print): Use value_addr for
references. Convert back to reference type with value_ref.
gdb/testsuite
* gdb.cp/class2.cc (main): New local 'aref'.
* gdb.cp/class2.exp: Check printing of 'aref'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bc787a7..3b2551b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2013-05-22 Tom Tromey <tromey@redhat.com> + + PR c++/15401: + * c-valprint.c (c_value_print): Use value_addr for + references. Convert back to reference type with value_ref. + 2013-05-22 Eli Zaretskii <eliz@gnu.org> * windows-nat.c (handle_unload_dll): Don't call solib_add for the |