[Qemu-devel] Re: 64-bit Qemu and remote GDB to Kernel Error

2010-10-04 Thread Matt Davis
On Mon, Oct 4, 2010 at 8:00 PM, Jan Kiszka wrote: > Am 04.10.2010 04:47, Matt Davis wrote: >> Hello, >> I am trying to debug a 32-bit linux kernel with gdb and qemu.  My qemu >> runs the 64-bit kernel as: >> u...@host> qemu -kernel vmlinuz -S -s  (not using k

[Qemu-devel] 64-bit Qemu and remote GDB to Kernel Error

2010-10-03 Thread Matt Davis
Hello, I am trying to debug a 32-bit linux kernel with gdb and qemu. My qemu runs the 64-bit kernel as: u...@host> qemu -kernel vmlinuz -S -s (not using kvm). If I try with kvm the breakpoint does not even seem to get tripped. And then I fire up gdb on my 64-bit machine (the same one running qe