CONFIG_GDBSTUB
GDB remote serial protocol support [EXPERIMENTAL]
Type: bool
Help
This option enable support the target using GDB, or any other
application that supports GDB protocol.
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/subsys/debug/Kconfig:343
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:17
Menu path: (Top) → Sub Systems and OS Services
config GDBSTUB
bool "GDB remote serial protocol support [EXPERIMENTAL]"
select EXPERIMENTAL
depends on ARCH_HAS_GDBSTUB
help
This option enable support the target using GDB, or any other
application that supports GDB protocol.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)