3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-11 17:55:54 +00:00

32 lines
866 B
Plaintext
Raw Permalink Normal View History

2022-04-02 18:12:00 +05:00
#
# Feature name: kgdb
# Kconfig: HAVE_ARCH_KGDB
# description: arch supports the kGDB kernel debugger
#
-----------------------
| arch |status|
-----------------------
| alpha: | TODO |
| arc: | ok |
| arm: | ok |
| arm64: | ok |
| csky: | TODO |
| hexagon: | ok |
| ia64: | TODO |
2022-09-13 23:14:27 +05:00
| loong: | TODO |
2022-04-02 18:12:00 +05:00
| m68k: | TODO |
| microblaze: | ok |
| mips: | ok |
| nios2: | ok |
| openrisc: | TODO |
| parisc: | ok |
| powerpc: | ok |
| riscv: | ok |
| s390: | TODO |
| sh: | ok |
| sparc: | ok |
| um: | TODO |
| x86: | ok |
| xtensa: | TODO |
-----------------------