[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [rtl] RTAI1.3 and remote debugging



npace wrote:
> 
> I am developing an embeddded application using RTAI.3/LXRT. I have either realtime user space process or realtime modules.
> Is there available a gdbserver / gdbstub to remotely debug (over a serial or TCP/IP connection) a user space realtime process or a realtime module ?
> 
> Thanks
> Eng. Nicola Pace

Hi Nicola,

If you build gdbserver from the gdbsources (4.18 in the gdb/gdbserver
sub-directory) that will work for userspace programs.

For gdbstub, I have an (untested) version, this would need you to also
use module offset loader to complete the serial line module debug
capability.  If you want them I will post them.

Regards, Stuart