<div dir="ltr">Hello,<br><br>I'm trying to use gdbserver to remotely debug a program written in fpc using the following parameters:<br>$ ppcrossarm -dDEBUG -godwarfsets -godwarfmethodclassprefix -gw2 -gw3 -gl -g -gs -O- -gostabsabsincludes -godwarfmethodclassprefix hello.pas<br>

<br>When I debug it internally on the device, gdb gives me a backtrace properly and few other functions, however when i use gdbserver like so:<br>$ gdbserver <a href="http://192.168.0.202:2222">192.168.0.202:2222</a> ./hello<br>

<br>And try to debug it using:<br><br>gdb# targer remote <a href="http://192.168.0.202:2222">192.168.0.202:2222</a> ./hello<br><br>The connection is closed.<br><br>What am I doing wrong ?<br><br>Thanks,<br>Ido<br clear="all">

<a href="http://ik.homelinux.org/">http://ik.homelinux.org/</a><br>
</div>