This patch enables single step debugging in gdb Signed-off-by: Sebastian Macke <sebast...@macke.de> --- target-openrisc/cpu.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/target-openrisc/cpu.h b/target-openrisc/cpu.h index ea007c7..d0d410a 100644 --- a/target-openrisc/cpu.h +++ b/target-openrisc/cpu.h @@ -20,6 +20,7 @@ #ifndef CPU_OPENRISC_H #define CPU_OPENRISC_H +#define TARGET_HAS_ICE 1 #define TARGET_LONG_BITS 32 #define ELF_MACHINE EM_OPENRISC -- 1.8.4.1