diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-18 14:32:43 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-02-19 07:48:09 -0700 |
commit | cd4ae029569aa0c38230f042b39f505ac5b8f732 (patch) | |
tree | 3e4ce9d04d0d31bb06952aff618827fb994c46fd /gdb/ChangeLog | |
parent | a134316b1f47741fadfc6d7c3c43acb43261246e (diff) | |
download | gdb-cd4ae029569aa0c38230f042b39f505ac5b8f732.zip gdb-cd4ae029569aa0c38230f042b39f505ac5b8f732.tar.gz gdb-cd4ae029569aa0c38230f042b39f505ac5b8f732.tar.bz2 |
convert to_insert_mask_watchpoint
2014-02-19 Tom Tromey <tromey@redhat.com>
* target-delegates.c: Rebuild.
* target.c (target_insert_mask_watchpoint): Unconditionally
delegate.
* target.h (struct target_ops) <to_insert_mask_watchpoint>: Use
TARGET_DEFAULT_RETURN.
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 1e00118..0f6bd76 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,14 @@ 2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. + * target.c (target_insert_mask_watchpoint): Unconditionally + delegate. + * target.h (struct target_ops) <to_insert_mask_watchpoint>: Use + TARGET_DEFAULT_RETURN. + +2014-02-19 Tom Tromey <tromey@redhat.com> + + * target-delegates.c: Rebuild. * target.c (target_ranged_break_num_registers): Unconditionally delegate. * target.h (struct target_ops) <to_ranged_break_num_registers>: |