diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fc80108..fe1c56f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2008-03-26 Vladimir Prus <vladimir@codesourcery.com> + + * varobj.c (struct varobj_root): Rename use_selected_frame to + floating, and clarify the meaning. + (varobj_create, varobj_update, new_root_variable): Adjust. + (value_of_root): Don't use type_changed as in variable, + adjust comment. + (c_value_of_root): Adjust. + 2008-03-25 Pedro Alves <pedro@codesourcery.com> * linux-nat.c (linux_nat_attach): Add the pid we attached to, to |