task info

Sebastian Huber sebastian.huber at embedded-brains.de
Fri Mar 22 06:06:50 UTC 2019


----- Am 21. Mrz 2019 um 20:41 schrieb mbenson mbenson at windhoverlabs.com:

> What's the best way to determine the status of a task?  Is there an API to
> determine if its pending or a runnable state?  Is there an API to determine
> what its pending on?  

There is currently no API for this.  There is always the option to add one.

> I'm trying to determine what some tasks stopped
> executing and I can't use a debugger.  Preferably, can somebody point me to
> a symbol that I can peek?

How do you want to obtain this information via printf()? Maybe you can use the RTEMS shell. You may also enable the event recording (or the capture engine) and print out the records to figure out what the application did.



More information about the users mailing list