qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 13/13] target-openrisc: Add In-circuit emulator supp


From: Sebastian Macke
Subject: [Qemu-devel] [PATCH 13/13] target-openrisc: Add In-circuit emulator support
Date: Tue, 29 Oct 2013 20:04:55 +0100

This patch enables single step debugging in gdb

Signed-off-by: Sebastian Macke <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]