OSDN Git Service

* value.h (value_contents_equal): New prototype.
authorkettenis <kettenis>
Sun, 20 Feb 2005 01:19:18 +0000 (01:19 +0000)
committerkettenis <kettenis>
Sun, 20 Feb 2005 01:19:18 +0000 (01:19 +0000)
commit3f9745887b73848b5b75285b696a8e3f4b93e738
tree3475fe777c4595482a35eeaea1475626c4daf285
parenta4fb0df5c19460612d2b524942f0ca77acf65941
* 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