gdb remote debugging
Posted: Sat Jan 17, 2015 3:07 am
Dear all,
i am trying to debug connecting to a m68k-bdm-gdbserver gdb server, using the
target remote | m68k-bdm-gdbserver pipe /dev/tblcf0
I have several issues:
1) on other ide, i use a .gdbinit file, and inside this command, so it is executed without issues
CL seems not accepting this. I have to enable (check) the remote debugging.
2) i can finally run the remote target, but i have to split the .gdbinit into pre and post target connect parts.
Then, in the remote host i have to set " | m68k-bdm-gdbserver pipe /dev/tblcf0"
3) CL seems not considering the pipe execution, so it does not stop the server at debuig stop / end.
I end up with several m68k-bdm-gdbserver in the background, and cannot debug a second time until
i kill all the server instances.
Probably, the ide is not still able to handle well the "pipe" server execution.
Every help is appreciated.
Regards,
Angelo
i am trying to debug connecting to a m68k-bdm-gdbserver gdb server, using the
target remote | m68k-bdm-gdbserver pipe /dev/tblcf0
I have several issues:
1) on other ide, i use a .gdbinit file, and inside this command, so it is executed without issues
CL seems not accepting this. I have to enable (check) the remote debugging.
2) i can finally run the remote target, but i have to split the .gdbinit into pre and post target connect parts.
Then, in the remote host i have to set " | m68k-bdm-gdbserver pipe /dev/tblcf0"
3) CL seems not considering the pipe execution, so it does not stop the server at debuig stop / end.
I end up with several m68k-bdm-gdbserver in the background, and cannot debug a second time until
i kill all the server instances.
Probably, the ide is not still able to handle well the "pipe" server execution.
Every help is appreciated.
Regards,
Angelo