Hi, I am using gdb to debug Linux guest VM. Steps are like below: - Start gdbserver in qemu's monitor - From another console, run gdb and connect it to "localhost:1234" - Set breakpoints in guest VM
When a breakpoint is hit inside guest, gdb is notified. The problem is that I cannot send "c" command to gdbserver from gdb to resume the guest. I always have to run "c" from qemu's monitor, then run another "c" in gdb. This means I always need 2 "c" commands, in that order. Is this expected behaviour, or a bug? I suspect that while guest is stopped for debugging, gdbserver also stop getting command, hence what I observered. But I looked in the code, and cannot confirm this. Any hint? Thanks, Jun ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
