aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2018-08-31 18:47:12 +0100
committerPedro Alves <palves@redhat.com>2018-08-31 18:47:12 +0100
commit7eb65fafed7b50511f52664e98e22b20eb697197 (patch)
tree0faa8b7571f1eae5fda52fcbe174dbc5e92e38f4 /gdb/ChangeLog
parent6e1453f681aeec2ef6e3d4fb42f10df9da2a8cd2 (diff)
downloadgdb-7eb65fafed7b50511f52664e98e22b20eb697197.zip
gdb-7eb65fafed7b50511f52664e98e22b20eb697197.tar.gz
gdb-7eb65fafed7b50511f52664e98e22b20eb697197.tar.bz2
Eliminate target_have_continuable_watchpoint
target_have_continuable_watchpoint isn't used anywhere so remove it. The property isn't necessary because checking for "continuable" is the same as checking for "!steppable && !non-steppable". gdb/ChangeLog: 2018-08-31 Pedro Alves <palves@redhat.com> * nto-procfs.c (nto_procfs_target::have_continuable_watchpoint): Delete. * s390-linux-nat.c (s390_linux_nat_target::have_continuable_watchpoint): Delete. * target.h (target_ops::have_continuable_watchpoint): Delete. (target_have_continuable_watchpoint): Delete. * x86-nat.h (x86_nat_target::have_continuable_watchpoint): Delete. * target-delegates.c: Regenerate.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5cd6da7..30c0c6f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+2018-08-31 Pedro Alves <palves@redhat.com>
+
+ * nto-procfs.c (nto_procfs_target::have_continuable_watchpoint):
+ Delete.
+ * s390-linux-nat.c
+ (s390_linux_nat_target::have_continuable_watchpoint): Delete.
+ * target.h (target_ops::have_continuable_watchpoint): Delete.
+ (target_have_continuable_watchpoint): Delete.
+ * x86-nat.h (x86_nat_target::have_continuable_watchpoint): Delete.
+ * target-delegates.c: Regenerate.
+
2018-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
* gnulib/Makefile.in (aclocal_m4_deps): Update according to