OSDN Git Service

* 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)
commita838e74a2ea7048ae18e36716b517747be1a0e95
tree550e4fca4daf02813b6aac11bfb4d76010a27dee
parenta9bd2a700f1da95b477ccea6e41ff58f056ad9b1
* 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