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: Need help on GDB stub development for ARM based boards


On Fri, 2009-09-04 at 09:16 +0530, Diptopal Basu wrote:
> Hi ,
> 
>     I need some information on how to develop GDB stubs for ARM based
> boards . Please help .
> 
> Regards
> Diptopal

Hi Diptopal,

You may not find anyone on this list who has recently written a
gdbserver port for ARM. Your best approach is to look at the source for
a similar target and base your version on that.

There are lots to choose from in the gdbserver directory. I notice there
are two files with "arm" in the name. You may like to look at how
linux-arm-low.c/linux-low.c and win32-arm-low.c/win32-low.c are
implemented for ideas. 

HTH,


Jeremy

-- 
Tel:      +44 (1590) 610184
Cell:     +44 (7970) 676050
SkypeID: jeremybennett
Email:   jeremy.bennett@embecosm.com
Web:     www.embecosm.com


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