summaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.h
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2011-12-07 20:53:06 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2011-12-07 20:53:06 +0000
commit9701bf8e07c4e9dd4823436b52f1dcecd1d5dd77 (patch)
tree66a1fe3928b3a31cfc89f15c8c24ad19a7e5ced6 /gdb/arm-tdep.h
parent835c5cceddc84b12831e7bb4593843bdee1e4545 (diff)
downloadgdb-9701bf8e07c4e9dd4823436b52f1dcecd1d5dd77.tar.gz
* arm-tdep.h (arm_deal_with_atomic_sequence): Add prototype.
* arm-tdep.c (thumb_deal_with_atomic_sequence_raw): New function. (arm_deal_with_atomic_sequence_raw): Likewise. (arm_deal_with_atomic_sequence): Likewise. (arm_software_single_step): Call it. * arm-linux-tdep.c (arm_linux_software_single_step): Likewise.
Diffstat (limited to 'gdb/arm-tdep.h')
-rw-r--r--gdb/arm-tdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/arm-tdep.h b/gdb/arm-tdep.h
index b6d44a2b685..b3a3850987e 100644
--- a/gdb/arm-tdep.h
+++ b/gdb/arm-tdep.h
@@ -313,6 +313,7 @@ CORE_ADDR arm_skip_stub (struct frame_info *, CORE_ADDR);
CORE_ADDR arm_get_next_pc (struct frame_info *, CORE_ADDR);
void arm_insert_single_step_breakpoint (struct gdbarch *,
struct address_space *, CORE_ADDR);
+int arm_deal_with_atomic_sequence (struct frame_info *);
int arm_software_single_step (struct frame_info *);
int arm_frame_is_thumb (struct frame_info *frame);