I'm using GDB to remotely debug linux kernel running inside QEMU. I can step breakpoints, but when breakpoint hits, system in qemu continues like nothing happens -- it isn't waiting for me to issue commands in the debugger. In GDB, when breakpoint hits and I use step, instead of stepping one line, GDB just continues :(
| ||||
|
feedback
|