[ECOS] Debug Problem

Jonathan Larmour jlarmour@redhat.co.uk
Sat Jul 29 16:01:00 GMT 2000


> ligl wrote:
> 
> 
> I can debug the "hello" example.but when I reach the "====>" line ,I
> can't continue,why? Thanks very much!

You mean the program crashes or that you can't step it in GDB? If the
latter, this is completely expected because you are switching context into
a different thread[1].

The HAL_THREAD_LOAD_CONTEXT macro never returns.

[1] Well, the startup context isn't a thread in the kernel sense, but
still...

Jifl
-- 
Red Hat, 35 Cambridge Place, Cambridge, UK. CB2 1NS  Tel: +44 (1223) 728762
"Plan to be spontaneous tomorrow."  ||  These opinions are all my own fault


More information about the Ecos-discuss mailing list