nuttx/tools/pynuttx/nxgdb
wangchengdong d8304979b4 tools/nxgdb: Add gdb and statenames for TSTATE_WAIT_EVENT
This patch add new taskstate entry in tools/pynuttx/nxgdb/thread.py
   and in sched_get_stateinfo.c/g_statenames for the new added task
   state: TSTATE_WAIT_EVENT

   test log is:
     nsh> ps
       PID  PPID GROUP PRI POLICY   TYPE    NPX STATE    EVENT     SIGMASK            STACK    USED FILLED COMMAND
         0     0     0   0 FIFO     Kthread   - Ready              0000000000000000 0001008 0000196  19.4%  Idle_Task
         1     0     0 192 FIFO     Kthread   - Waiting  Semaphore 0000000000000000 0001984 0000016   0.8%  hpwork 0x70000100 0x7000014c
         2     0     2 100 FIFO     Task      - Running            0000000000000000 0002008 0000740  36.8%  nsh_main
         4     0     0 100 FIFO     Kthread   - Waiting  Event     0000000000000000 0000984 0000012   1.2%  event_wait_task

Signed-off-by: Chengdong Wang wangchengdong@lixiang.com
2025-10-31 19:56:32 -03:00
..
protocols tools/pynuttx: update fs.py base on new structure fd and file 2025-06-12 18:12:42 +08:00
__init__.py
circbuf.py
debug.py
diagnose.py
dmesg.py style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
fs.py nxgdb/fs: fix exception when failed to parse symbol 2025-06-13 20:37:04 +08:00
gcore.py
irq.py nxgdb/irq: add irqinfo command 2025-02-18 11:16:17 -03:00
lists.py
macros.py style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
memcheck.py
memdump.py nxgdb/mm: fix regular expression to parse log 2025-02-07 08:18:14 +08:00
memleak.py pynuttx: optimize memory leak check by skipping previously checked pointers 2025-02-05 09:15:27 -03:00
mm.py nxgdb/mm: show pool expand queue size 2025-02-16 11:23:38 -03:00
net.py
prefix.py
profile.py
rpmsg.py
stack.py refactor: fix spelling in private field names 2025-05-24 09:44:22 -03:00
thread.py tools/nxgdb: Add gdb and statenames for TSTATE_WAIT_EVENT 2025-10-31 19:56:32 -03:00
uorb.py
utils.py nxgdb: fix style issue 2025-06-13 20:37:04 +08:00
wdog.py
wqueue.py