* API for ARM7TDMI ?
@ 2002-09-13 7:31 calce
2002-09-13 8:13 ` William A. Gatliff
0 siblings, 1 reply; 2+ messages in thread
From: calce @ 2002-09-13 7:31 UTC (permalink / raw)
To: gdb
hello,
i'm trying to implement a debugger for an ARM7TDMI core with
embedded ICE and JTAG. Has anybody done this before and can you
tell me how much time it took? is there an API in gdb which
I could use for this purpose. Any hints and tricks are welcome.
Im evaluating if I should develop the debugger by myself or
with existing code.
thank you for your comments
bruno
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: API for ARM7TDMI ?
2002-09-13 7:31 API for ARM7TDMI ? calce
@ 2002-09-13 8:13 ` William A. Gatliff
0 siblings, 0 replies; 2+ messages in thread
From: William A. Gatliff @ 2002-09-13 8:13 UTC (permalink / raw)
To: calce; +Cc: gdb
Bruno:
On Fri, Sep 13, 2002 at 04:34:09PM +0200, calce wrote:
> hello,
> i'm trying to implement a debugger for an ARM7TDMI core with
> embedded ICE and JTAG. Has anybody done this before and can you
> tell me how much time it took? is there an API in gdb which
> I could use for this purpose. Any hints and tricks are welcome.
> Im evaluating if I should develop the debugger by myself or
> with existing code.
Not sure exactly what you're asking for here.
If you're trying to implement a debugging agent in the target, then
you won't do much with embedded ICE and JTAG--- you'll communicate
over a serial or ethernet port, and run some code in the target to
handle breakpoints, etc. See http://sourceforge.net/projects/gdbstubs
for a basic debugging agent architecture for gdb, it doesn't (yet!)
support ARM7TDMI.
If you're talking about using an external piece of hardware to drive
the JTAG port, then both ARM's tools and Abatron's BDI2000 are well
supported by gdb already--- no need to implement anything.
HTH,
b.g.
--
Embedded Linux and embedded GNU development and training services.
See http://billgatliff.com for details.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-09-13 15:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-13 7:31 API for ARM7TDMI ? calce
2002-09-13 8:13 ` William A. Gatliff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox