This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: porting GDB to a new target


* Ramana <ramana.venkat83@gmail.com> [2007-09-03 07:26]:
> 
>    I want to port GDB to AVR on my personnel interest.

I think that's not necessary, because it already has been done. :)

    $ grep avr configure
      avr-*-*)
    $ find -name '*avr*'
    ./gdb/avr-tdep.c
    ./gdb/config/avr
    ./gdb/config/avr/avr.mt
    ...

I never tried it out because I don't have any AVRs with debugging
interface (the smaller lack this), but this
http://winavr.sourceforge.net/AVR-GDB_and_AVaRICE_Guide.pdf
might be interesting for you.

HTH.


Thanks,
   Bernhard
-- 
Es ist nicht schwer, Menschen zu finden, die mit 60 Jahren zehnmal so
reich sind, als sie es mit 20 waren. Aber nicht einer von ihnen
behauptet, er sei zehnmal so glücklich.
	-- George Bernard Shaw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]