Comment 12 for bug 901944

Revision history for this message
Horst Schirmeier (horst) wrote :

More details:
 - It works if I use hbreak (GDB hardware-assisted breakpoints) instead of break for the very first breakpoint.
 - After this first breakpoint, normal "break" breakpoints work fine, too.
 - Accoording to http://chemnitzer.linux-tage.de/2012/vortraege/folien/1061-VirtualDebugging.pdf slide 18 this might be due to GDB not properly dealing with protocol changes. In this case, this is a GDB bug/issue, not a qemu-kvm one.