nuttx/boards/risc-v
chao an ee72f920a3 esp32c3/nsh: enable dumpstack/backtrace
Dump task stack:
| nsh> ps
|   PID GROUP PRI POLICY   TYPE    NPX STATE    EVENT     SIGMASK   STACK COMMAND
|     0     0   0 FIFO     Kthread N-- Ready              00000000 002016 Idle Task
|     1     1 100 RR       Task    --- Running            00000000 001984 nsh_main
| nsh> dumpstack 0 100
| backtrace| 0: 0x4200764a 0x3fc82d60 0x420000b2 0x42000044
| backtrace| 1: 0x42007e98 0x420036b4 0x4201043c 0x42010450 0x4200cab0 0x42008fec 0x42009294 0x42008454
| backtrace| 1: 0x42007fbe 0x42007f54 0x42006200 0x4200432c
| backtrace| 2: 0x42013ec0 0x420119bc 0x42013abc 0x42006200 0x4200432c

address to line:
| $ riscv64-unknown-elf-addr2line -e nuttx 0x42007e98 0x420036b4 0x4201043c 0x42010450 0x4200cab0 0x42008fec 0x42009294 0x42008454
| nuttx/include/arch/syscall.h:238
| nuttx/sched/semaphore/sem_wait.c:201
| nuttx/sched/sched/sched_waitpid.c:127
| nuttx/sched/sched/sched_waitpid.c:597
| apps/nshlib/nsh_builtin.c:160
| apps/nshlib/nsh_parse.c:543
| apps/nshlib/nsh_parse.c:2736
| apps/nshlib/nsh_session.c:234

Signed-off-by: chao an <anchao@xiaomi.com>
2022-12-09 01:49:48 +08:00
..
bl602/bl602evb Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
c906/smartl-c906 Remove the unnecessary cast for main_t, NULL and argv 2022-10-18 08:51:45 +02:00
esp32c3 esp32c3/nsh: enable dumpstack/backtrace 2022-12-09 01:49:48 +08:00
fe310/hifive1-revb NuttX graduated the Incubator; update repository links 2022-11-26 11:58:15 -08:00
k210/maix-bit NuttX graduated the Incubator; update repository links 2022-11-26 11:58:15 -08:00
litex/arty_a7 NuttX graduated the Incubator; update repository links 2022-11-26 11:58:15 -08:00
mpfs risc-v/mpfs: Mark the page table section as NOLOAD 2022-12-08 21:56:03 +08:00
qemu-rv/rv-virt risc-v/qemu-rv: Mark the page table section as NOLOAD 2022-12-08 21:56:03 +08:00
rv32m1/rv32m1-vega boards: Refresh defconfig after the default value of FS_PROCFS_EXCLUDE_xxx 2022-10-18 15:10:26 +09:00