Re: [Qemu-devel] problems with gdb connection

2005-06-02 Thread Mariano Wahlmann
if you want to stop the machine until you connect with gdb, you must use the -S option too, this is to stop VM at start Tero Kaarlela wrote: 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 do

[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 w