public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] ICE, ecos and Insight
@ 2001-01-25  7:53 npyatkov
  2001-01-25  9:31 ` Jonathan Larmour
  0 siblings, 1 reply; 2+ messages in thread
From: npyatkov @ 2001-01-25  7:53 UTC (permalink / raw)
  To: ecos-discuss

Hi
I wrote a server to support an HP ICE under Insight. Everything looks fine. I
can download code into the target, walk through source code, read, modify and
write memory and registers, view the stack. The only problem is Insight
doesn'tshow any theads information.
The same Insight binary set to 'remote serial' and talking to GDB stubs does
it.
Any ideas?
Regards
Nikolay

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] ICE, ecos and Insight
  2001-01-25  7:53 [ECOS] ICE, ecos and Insight npyatkov
@ 2001-01-25  9:31 ` Jonathan Larmour
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Larmour @ 2001-01-25  9:31 UTC (permalink / raw)
  To: npyatkov; +Cc: ecos-discuss

npyatkov@usa.net wrote:
> 
> Hi
> I wrote a server to support an HP ICE under Insight. Everything looks fine. I
> can download code into the target, walk through source code, read, modify and
> write memory and registers, view the stack. The only problem is Insight
> doesn'tshow any theads information.
> The same Insight binary set to 'remote serial' and talking to GDB stubs does
> it.
> Any ideas?

Yes. You have to provide some means for the ICE to retrieve the thread
status from eCos. Probably the best way is to add a vector to do this on
the eCos side, and when the ICE gets requested for thread information, it
will set the target to that vector and start running. The target can gather
the information using calls into GDB stub code and put it in a buffer which
the ICE can retrieve.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Un cheval, pas du glue. Pas du cheval, beaucoup du glue. || Opinions==mine

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-01-25  9:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-25  7:53 [ECOS] ICE, ecos and Insight npyatkov
2001-01-25  9:31 ` Jonathan Larmour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).