diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-03-26 14:51:28 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-03-26 14:51:28 +0000 |
commit | 5a413362ba31657af57ca223df47809344d2532e (patch) | |
tree | d69aed3ff648c23d31ce9141abfcdc47361acb3d /gdb/ChangeLog | |
parent | b21c9cb44026744541fb5e8f8ede89c6c2220c6d (diff) | |
download | gdb-5a413362ba31657af57ca223df47809344d2532e.zip gdb-5a413362ba31657af57ca223df47809344d2532e.tar.gz gdb-5a413362ba31657af57ca223df47809344d2532e.tar.bz2 |
* varobj.h (varobj_floating_p): Declare.
* varobj.c (varobj_floating_p): New.
* mi/mi-cmd-var.c (mi_cmd_var_update): When passed
'@' as the name, update all floating varobjs.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fe1c56f..a26b5d5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,12 +1,19 @@ 2008-03-26 Vladimir Prus <vladimir@codesourcery.com> + * varobj.h (varobj_floating_p): Declare. + * varobj.c (varobj_floating_p): New. + * mi/mi-cmd-var.c (mi_cmd_var_update): When passed + '@' as the name, update all floating varobjs. + +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 |