modify mk/toolchain.mk, change from CFLAGS_OPT = -O1 to CFLAGS_OPT = -O0.
under KDB, use 't' to list all threads.
There is no USR threads.
Reference output:
-------THREADS------
type global local state parent
IDLE 00000000 00000000 RUN 00000000
ROOT 00008000 00000000 SEND 00000000
KERN 00004000 00000000 RUN 00000000
----------------
How to reproduce:
mk/toolchain.mk
, change fromCFLAGS_OPT = -O1
toCFLAGS_OPT = -O0
.Reference output: