This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos 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: Re: Thread-aware debugging w/ Redboot on ARM?


> From: Roland Caßebohm (by way of Roland Caßebohm
>
> Maybe you could make your sourcecode available? I'm thinking
> about porting a jtagtool like "jtager" to eCos as host and as
> a result I want to have one day an JTAG adapter which could
> in the first step only burn FLASH via JTAG, but in a second
> step could also debug the target.
>
> Therefor it should talk the gdb remote protocol. Having
> special support for operating systems for multi threading
> would be perfect.

The question is this: how does a JTAG debugger manipulate threads, without
duplicating the knowledge of the thread structure layout in the JTAG
interface? Is it possible for the JTAG debugger to initiate a subroutine
call through the virtual vector to the eCos thread function, and trap the
return?

--

Ciao,               Paul D. DeRocco
Paul                mailto:pderocco@ix.netcom.com



-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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