]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/varobj.c
* value.h (value_contents_equal): New prototype.
authorMark Kettenis <kettenis@gnu.org>
Sun, 20 Feb 2005 01:19:24 +0000 (01:19 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 20 Feb 2005 01:19:24 +0000 (01:19 +0000)
commita6c442d88114a76fe77ff3e3f6aa62993703759d
tree5ab13b27752d31560191470bb6ae89fad5e2349c
parent0ac0f72ae7b02217b8525a62c776b5aa190e185f
* value.h (value_contents_equal): New prototype.
* value.c (value_contents_equal): New function.
* varobj.c: Include "exceptions.h" and "gdb_assert.h".  Don't
include <math.h>.
(varobj_set_value): Initialize error to zero.
(varobj_update): Rename error2 to error and initialize it to zero.
Slightly change the wording of some comments.
(my_value_equal): Reimplement using TRY_CATCH and
value_contents_equal.
gdb/ChangeLog
gdb/value.c
gdb/value.h
gdb/varobj.c