[Qemu-devel] Problems with GDB

2005-06-30 Thread Tero Kaarlela
Hi, I am currently trying to use GDB for debugging PPC guest. What I would like to do is to step one instruction but if I give command 'nexti' from GDB affect is exactly same than if i give 'continue'. Running does not stop after 1 instruction. My GDB config:

Re: [Qemu-devel] Problems with GDB

2005-06-30 Thread Paul Brook
... command='s' So am I doing something wrong here/is my GDB configured properly. Looks like a bug in qemu. Paul ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] problems with gdb connection

2005-06-01 Thread Tero Kaarlela
I am having problems with using GNU debugger with qemu. when I use option -s qith qemu qemu gives: waiting for gdb connection on port 1234 but it doesnt wait just goes on. System is latest Debian with loopback networking only. resolv.conf has following : nameserver 127.0.0.1 So any ideas