Re: [Qemu-devel] Ask for debugging linux kernel with Qemu 0.8.1 onMsys

2006-06-07 Thread Tieu Ma Dau
> MinGW's gdb doesn't support network debugging. You need to use Cygwin's gdb for remote debugging with network. I installed gcc-4.0 toolchain (so it also include gdb) from http://www.gnuarm.com/ to debug the code generated for ARM Linux. And I did not install Cygwin because when I had installed

Re: [Qemu-devel] Ask for debugging linux kernel with Qemu 0.8.1 onMsys

2006-06-07 Thread Kazu
Sent: Wednesday, June 07, 2006 4:56 PM Tieu Ma Dau wrote: >I recently try the patch you recommend but I got the same result. In fact, after make this patch into Qemu source code >0.8.1, I compiled it with these commands: >./configure --prefix=/travail/install/qemu-8.1 >make install >And I run Qe