我设法为 申请,使用64轨乌班计算机进行:
gdbserver <ip>:20000 ./sampleQtApp
我试图将其与使用同一网络的远程计算机连接起来,使用行文如下:
set architecture i386:x86-64:intel
target remote <ip>:20000
它给我提供了以下产出,我无法说明原因。
(gdb) target remote 10.9.5.79:20000
warning: A handler for the OS ABI "GNU/Linux" is not built into this configuration
of GDB. Attempting to continue with the default i386:x86-64 settings.
Remote debugging using 10.9.5.79:20000
Remote register badly formatted: T0506:0000000000000000;07:a080c7ceff7f0000;10:f0fae7b0107f0000;thread:7c0;core:0;
here: 00000000;07:a080c7ceff7f0000;10:f0fae7b0107f0000;thread:7c0;core:0;
(gdb)
我在这里做了什么错误?