Add a shell command to dump the isr_tables. ```CONFIG_SYMTAB=n uart:~$ isr_table sw_isr_table _sw_isr_table[1035] 7: 0x800056e2(0) 11: 0x80005048(0x80008148) 22: 0x800054ee(0x80008170) ``` ```CONFIG_SYMTAB=y uart:~$ isr_table sw_isr_table _sw_isr_table[1035] 7: timer_isr(0) 11: plic_irq_handler(0x80008188) 22: uart_ns16550_isr(0x800081b0) ``` Signed-off-by: Yong Cong Sin <ycsin@meta.com> Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com> |
||
|---|---|---|
| .. | ||
| include | ||
| CMakeLists.txt | ||
| dynamic_isr.c | ||
| fill_with_zeros.ld | ||
| isr_tables.c | ||
| isr_tables_shell.c | ||
| Kconfig | ||
| multilevel_irq.c | ||
| multilevel_irq_legacy.c | ||
| nocache.ld | ||
| ramfunc.ld | ||
| rom_start_address.ld | ||
| rom_start_offset.ld | ||
| semihost.c | ||
| shared_irq.c | ||
| sw_isr_common.c | ||
| timing.c | ||