qemu+kgdb调试问题

(gdb) target remote localhost:2334
Remote debugging using localhost:2334
Ignoring packet error, continuing...
warning: unrecognized item "timeout" in "qSupported" response
Ignoring packet error, continuing...
Ignoring packet error, continuing...

内核用的是2.6.30,kgdb所要的内核选项都设置了;qemu配置应该也没有问题,为什么连接的时候出现上面的问题啊?

作者: 烟雾弹下的真实   发布时间: 2011-03-01

好像qemu自己有个调试,不用kgdb,直接
qemu  -s -S -kernel xxx -initrd xxx -append "root=xxxx" ..........

你自己上网查查

作者: ww2000e   发布时间: 2011-03-01