diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-11 17:55:29 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-10-11 17:55:29 +0000 |
commit | 56aebc891674cd2d07b3f64183415697be200084 (patch) | |
tree | c3cfc08f9593b32d16bb3469be3a7d479f8f99d9 /cpu-defs.h | |
parent | 1792f2867c645ac8d587e30b30bdc6e0bb28a0d0 (diff) | |
download | qemu-56aebc891674cd2d07b3f64183415697be200084.zip |
Add GDB XML register description support.
Signed-off-by: Paul Brook <paul@codesourcery.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5459 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-defs.h')
-rw-r--r-- | cpu-defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu-defs.h b/cpu-defs.h index cc69a3c0c3..5dcac74c34 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; \ |