[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Remote gdb rtems-leon
- Date: Thu, 16 Feb 2006 06:17:35 -0600
- From: joel.sherrill at oarcorp.com (Joel Sherrill)
- Subject: Remote gdb rtems-leon
Ralph Preston wrote:
>Hello,
>
>Does anyone know if an RTEMS LEON2 gdb stub exists? My searching hasn't
>turned up anything.
>
>
>
There is one in gdb without thread support. Download a gdb source
tarball and
look in the gdb subdirectory for sparc-stub.c The RTEMS thread aware support
is fairly simple to adapt to a target. It is in libbsp/shared/gdbstub
and the target specific portion
would go in libbsp/sparc/shared. The mips is an example of how this is
organized.
>Ralph A. Preston
>The MITRE Corporation
>202 Burlington Road MS E095
>Bedford, MA 01730
>Phone: 781-271-7914 Fax: 781-271-8915 Cell: 617-335-2226
>http://www.mitre.org
>
>
>
--joel