diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-01-04 21:59:10 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-01-04 21:59:10 +0000 |
commit | 5e572bb44adb067e5d4daf50169243b610954061 (patch) | |
tree | 0483aa01f18e2d862a4e83a31ac70b9e9cf715b0 /gdb/ChangeLog | |
parent | 74a44383f0a7ceb4976b51dbf0a8709df34b8e24 (diff) | |
download | gdb-5e572bb44adb067e5d4daf50169243b610954061.zip gdb-5e572bb44adb067e5d4daf50169243b610954061.tar.gz gdb-5e572bb44adb067e5d4daf50169243b610954061.tar.bz2 |
* Makefile.in (eval.o): Update dependencies.
* eval.c: Include "ui-out.h" and "exceptions.h".
(evaluate_subexp_standard): Use TRY_CATCH around value_of_variable.
Use value_zero if an error occurs when avoiding side effects.
* varobj.c (c_value_of_root): Initialize new_val.
* gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
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 e5b5743..854e573 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com> + * Makefile.in (eval.o): Update dependencies. + * eval.c: Include "ui-out.h" and "exceptions.h". + (evaluate_subexp_standard): Use TRY_CATCH around value_of_variable. + Use value_zero if an error occurs when avoiding side effects. + * varobj.c (c_value_of_root): Initialize new_val. + +2007-01-04 Daniel Jacobowitz <dan@codesourcery.com> + * varobj.c (varobj_list_children): Stop if the number of children is unknown. (c_number_of_children): |