On 13 Dec 2009, at 13:51, ik wrote:
> 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:
> $ gdbserver 192.168.0.202: ./hello
>
> And try to debug it using:
>
> gdb# targer remote 192.168.0.202: ./
Hello,
I'm trying to use gdbserver to remotely debug a program written in fpc using
the following parameters:
$ ppcrossarm -dDEBUG -godwarfsets -godwarfmethodclassprefix -gw2 -gw3 -gl -g
-gs -O- -gostabsabsincludes -godwarfmethodclassprefix hello.pas
When I debug it internally on the device, gdb