aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/arm/tm-embed.h
diff options
context:
space:
mode:
authorFernando Nasser <fnasser@redhat.com>2001-12-19 17:57:42 +0000
committerFernando Nasser <fnasser@redhat.com>2001-12-19 17:57:42 +0000
commit80fcf3f0239ba0b52443e722388fd329552e64a1 (patch)
tree974ce7a13003bd315305dd5b24aaf2246d9221d2 /gdb/config/arm/tm-embed.h
parentfb6ecb0ffc17d5942c04c8c6fc0abeefd7e93e54 (diff)
downloadgdb-80fcf3f0239ba0b52443e722388fd329552e64a1.zip
gdb-80fcf3f0239ba0b52443e722388fd329552e64a1.tar.gz
gdb-80fcf3f0239ba0b52443e722388fd329552e64a1.tar.bz2
2001-12-19 Fernando Nasser <fnasser@redhat.com>
* config/arm/tm-arm.h: Properly define SOFTWARE_SINGLE_STEP_P. Always define SOFTWARE_SINGLE_STEP. * config/arm/tm-embed.h: Properly define SOFTWARE_SINGLE_STEP_P. * arm-tdep.c (arm_get_next_pc, thumb_get_next_pc, bitcount, shifted_reg_val): Always compile these functions. (arm_software_single_step): Fix second argument in function calls.
Diffstat (limited to 'gdb/config/arm/tm-embed.h')
-rw-r--r--gdb/config/arm/tm-embed.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/arm/tm-embed.h b/gdb/config/arm/tm-embed.h
index 3a4a5e6..20ac798 100644
--- a/gdb/config/arm/tm-embed.h
+++ b/gdb/config/arm/tm-embed.h
@@ -25,6 +25,10 @@
/* Include the common ARM definitions. */
#include "arm/tm-arm.h"
+/* The remote stub should be able to single-step. */
+#undef SOFTWARE_SINGLE_STEP_P
+#define SOFTWARE_SINGLE_STEP_P() 0
+
/* I don't know the real values for these. */
#define TARGET_UPAGES UPAGES
#define TARGET_NBPG NBPG