mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
gdb/
* valarith.c (value_equal_contents): New function. * value.h (value_equal_contents): Declare. * breakpoint.c (watchpoint_check): Use value_equal_contents instead of value_equal. gdb/testsuite/ * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function. (top level): Call test_watchpoint_in_big_blob. * gdb.base/watchpoint.c (buf): Change size to value too big for hardware watchpoints. (func3): Write to buf.
This commit is contained in:
@@ -563,6 +563,8 @@ extern struct internalvar *lookup_internalvar (const char *name);
|
||||
|
||||
extern int value_equal (struct value *arg1, struct value *arg2);
|
||||
|
||||
extern int value_equal_contents (struct value *arg1, struct value *arg2);
|
||||
|
||||
extern int value_less (struct value *arg1, struct value *arg2);
|
||||
|
||||
extern int value_logical_not (struct value *arg1);
|
||||
|
||||
Reference in New Issue
Block a user