nuttx/sched/misc
chao an 1890b58e67 sched/misc: dump stack as platform bit width
before:
stack_dump: 0x8002ff80: 8003057b 00000000 00000000 00000000 00000002 00000000 80030068 00000000
stack_dump: 0x8002ffa0: 00000002 00000000 00000000 00000000 80030280 00000000 8000898e 00000000
stack_dump: 0x8002ffc0: 00000000 00000000 00000000 00000000 0000000b 00000000 0000000a 00000000
stack_dump: 0x8002ffe0: 8002a470 00000000 00000000 00000000 00000000 00000000 00000000 00000000

after:
stack_dump: 0x8002ff80: 000000008003057b 0000000000000000 0000000000000002 0000000080030068 0000000000000002 0000000000000000 0000000080030280 000000008000898e
stack_dump: 0x8002ffc0: 0000000000000000 0000000000000000 000000000000000b 000000000000000a 000000008002a470 0000000000000000 0000000000000000 0000000000000000

Signed-off-by: chao an <anchao@lixiang.com>
2024-05-10 19:42:41 +08:00
..
assert.c sched/misc: dump stack as platform bit width 2024-05-10 19:42:41 +08:00
CMakeLists.txt sched: Move dump.c to sched_dumponexit.c 2024-04-19 08:39:10 +08:00
coredump.c coredump: support coredump save to block device when crash 2023-12-10 07:02:03 -08:00
coredump.h coredump: support coredump save to block device when crash 2023-12-10 07:02:03 -08:00
deadlock.c sched/misc: optimize collect_deadlock implementation 2023-09-07 00:50:30 +08:00
Make.defs sched: Move dump.c to sched_dumponexit.c 2024-04-19 08:39:10 +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