aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.h
diff options
context:
space:
mode:
authorYao Qi <yao.qi@linaro.org>2016-11-08 12:47:16 +0000
committerYao Qi <yao.qi@linaro.org>2016-11-08 12:47:37 +0000
commit771da62d67a9f27c1e706610efe51b13c3f9fd60 (patch)
treea1283c955f4b8c9d0ef96e6af10514b428afa9db /gdb/arm-tdep.h
parent53c3572a9f5b03a92292cb6d24bf69b52c95500e (diff)
downloadgdb-771da62d67a9f27c1e706610efe51b13c3f9fd60.zip
gdb-771da62d67a9f27c1e706610efe51b13c3f9fd60.tar.gz
gdb-771da62d67a9f27c1e706610efe51b13c3f9fd60.tar.bz2
Remove arm_insert_single_step_breakpoint
This patch is to remove arm_insert_single_step_breakpoint. gdb: 2016-11-08 Yao Qi <yao.qi@linaro.org> * arm-linux-tdep.c (arm_linux_software_single_step): Don't call arm_insert_single_step_breakpoint, call insert_single_step_breakpoint instead. * arm-tdep.c (arm_insert_single_step_breakpoint): Remove. (arm_software_single_step): Don't call arm_insert_single_step_breakpoint, call insert_single_step_breakpoint instead. * arm-tdep.h (arm_insert_single_step_breakpoint): Remove declaration.
Diffstat (limited to 'gdb/arm-tdep.h')
-rw-r--r--gdb/arm-tdep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/arm-tdep.h b/gdb/arm-tdep.h
index e5d13bb..2eecfed 100644
--- a/gdb/arm-tdep.h
+++ b/gdb/arm-tdep.h
@@ -259,8 +259,6 @@ CORE_ADDR arm_get_next_pcs_addr_bits_remove (struct arm_get_next_pcs *self,
int arm_get_next_pcs_is_thumb (struct arm_get_next_pcs *self);
-void arm_insert_single_step_breakpoint (struct gdbarch *,
- struct address_space *, CORE_ADDR);
int arm_software_single_step (struct frame_info *);
int arm_is_thumb (struct regcache *regcache);
int arm_frame_is_thumb (struct frame_info *frame);