:orphan: .. title:: CONFIG_GDBSTUB .. kconfig:: CONFIG_GDBSTUB CONFIG_GDBSTUB ############## *GDB remote serial protocol support [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none This option enable support the target using GDB, or any other application that supports GDB protocol. Direct dependencies =================== \ :kconfig:`ARCH_HAS_GDBSTUB ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/debug/Kconfig:343`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services .. code-block:: kconfig config GDBSTUB bool "GDB remote serial protocol support [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.)*