From 56aebc891674cd2d07b3f64183415697be200084 Mon Sep 17 00:00:00 2001 From: pbrook Date: Sat, 11 Oct 2008 17:55:29 +0000 Subject: Add GDB XML register description support. Signed-off-by: Paul Brook git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5459 c046a42c-6fe2-441c-8c8c-71466251a162 --- cpu-defs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpu-defs.h') diff --git a/cpu-defs.h b/cpu-defs.h index cc69a3c0c..5dcac74c3 100644 --- a/cpu-defs.h +++ b/cpu-defs.h @@ -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; \ -- cgit v1.2.3-65-gdbad