[Qemu-devel] [PATCH] enhance gdbstub to support x86-64

2006-08-20 Thread Avi Kivity
The following patch adds x86-64 support to gdbstub. Please consider for inclusion. [not subscribed, please cc:] Index: gdbstub.c === --- gdbstub.c (revision 2399) +++ gdbstub.c (revision 2400) @@ -175,10 +175,144 @@

[Qemu-devel] [PATCH] enhance gdbstub to support x86-64

2006-07-25 Thread Avi Kivity
The following patch adds x86-64 support to gdbstub. Please consider for inclusion. Index: gdbstub.c === --- gdbstub.c (revision 2399) +++ gdbstub.c (revision 2400) @@ -175,10 +175,144 @@ return 0; } -#if