diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-01-24 10:49:31 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2007-01-24 10:49:31 +0000 |
commit | 6e2a9270a0ea3be318f176ea87d84a323d2ed239 (patch) | |
tree | 9522a06ed11072f25faf284a2db7a1a0e54eac50 /gdb/ChangeLog | |
parent | 56163ce1d3a08ade22d84d366dc9066df789914a (diff) | |
download | gdb-6e2a9270a0ea3be318f176ea87d84a323d2ed239.zip gdb-6e2a9270a0ea3be318f176ea87d84a323d2ed239.tar.gz gdb-6e2a9270a0ea3be318f176ea87d84a323d2ed239.tar.bz2 |
Fix computation of the 'editable' attribute and
value changeability for for references.
* varobj.c (get_value_type): New function.
(c_variable_editable): Use get_value_type.
(varobj_value_is_changeable): Likewise.
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 52025a7..46302c0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2007-01-24 Vladimir Prus <vladimir@codesourcery.com> + + Fix computation of the 'editable' attribute and + value changeability for for references. + * varobj.c (get_value_type): New function. + (c_variable_editable): Use get_value_type. + (varobj_value_is_changeable): Likewise. + 2007-01-24 Joel Brobecker <brobecker@adacore.com> * source.c (find_and_open_source): Try rewriting the source |