]> git.proxmox.com Git - qemu.git/blobdiff - cpu-defs.h
Add GDB XML register description support.
[qemu.git] / cpu-defs.h
index cc69a3c0c3b3943e82fb1a1842b43ed2e49955d6..5dcac74c3400a9b9283aa4426a0a667df442e7ea 100644 (file)
@@ -185,6 +185,8 @@ typedef struct icount_decr_u16 {
     int nb_watchpoints;                                                 \
     int watchpoint_hit;                                                 \
                                                                         \
+    struct GDBRegisterState *gdb_regs;                                  \
+                                                                        \
     /* Core interrupt code */                                           \
     jmp_buf jmp_env;                                                    \
     int exception_index;                                                \