这就是问题所在。 我想用qemu调试mips程序。 但是当我使用gdbserver通过端口进行远程调试时失败了:
(gdb) target remote 192.168.0.100:2187
Remote debugging using 192.168.0.100:2187
Ignoring packet error, continuing...
warning: unrecognized item "timeout" in "qSupported" response
Ignoring packet error, continuing...
Remote replied unexpectedly to 'vMustReplyEmpty': timeout
所以最后我想使用串行端口进行远程调试,那么如何模拟串行并将其映射到外部系统?