diff options
Diffstat (limited to 'gdb/config/arm/tm-embed.h')
-rw-r--r-- | gdb/config/arm/tm-embed.h | 4 |
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 |