aboutsummaryrefslogtreecommitdiff
path: root/gdb/nto-procfs.c
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/nto-procfs.c
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/nto-procfs.c')
-rw-r--r--gdb/nto-procfs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/nto-procfs.c b/gdb/nto-procfs.c
index 117edb1..54357af 100644
--- a/gdb/nto-procfs.c
+++ b/gdb/nto-procfs.c
@@ -119,9 +119,6 @@ struct nto_procfs_target : public inf_child_target
void interrupt () override;
- bool have_continuable_watchpoint ()
- { return true; }
-
const char *extra_thread_info (struct thread_info *) override;
char *pid_to_exec_file (int pid) override;