Re: task info

2019-03-21 Thread Sebastian Huber
- Am 21. Mrz 2019 um 20:41 schrieb mbenson mben...@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

Re: task info

2019-03-21 Thread Mathew Benson
Not easily. That's good to know though. Thanks. On Thu, Mar 21, 2019 at 7:23 PM Ian Caddy wrote: > Hi Matthew, > > Do you have access to the shell on a serial or telnet console? > > The RTEMS shell has a "task" command that shows the state of all the tasks > running in your system: > > MNTB [/

Re: task info

2019-03-21 Thread Ian Caddy
Hi Matthew, Do you have access to the shell on a serial or telnet console? The RTEMS shell has a "task" command that shows the state of all the tasks running in your system: MNTB [/] # task ID   NAME SHED PRI STATE  MODES    EVENTS WAITINFO

task info

2019-03-21 Thread Mathew Benson
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? I'm trying to determine what some tasks stopped executing and I can't use a debugger. Preferably, can somebody point me to a