nuttx/sched/misc
Ville Juven d72de58aa8 sched/assert.c: Print process name in assert dump
In addition to printing out the thread name (task name in flat mode),
print the parent process's name as well.

It is quite useful to know which process is the parent of a faulting
thread, although this information can be read from the assert dump, in
some cases the dump might be incomplete (due to e.g. stack corruption,
which causes another exception and PANIC().)
2023-10-09 21:30:33 +08:00
..
assert.c sched/assert.c: Print process name in assert dump 2023-10-09 21:30:33 +08:00
CMakeLists.txt cmake:complete missing changes during cmake reforming for sched 2023-09-08 21:20:16 +03:00
deadlock.c sched/misc: optimize collect_deadlock implementation 2023-09-07 00:50:30 +08:00
Make.defs sched:Automatically find deadlocks when assert 2023-06-22 16:08:03 +08:00
panic_notifier.c semantic/parser: fix compile warning found by sparse 2023-05-30 23:00:00 +08:00
reboot_notifier.c semantic/parser: fix compile warning found by sparse 2023-05-30 23:00:00 +08:00