:orphan: .. title:: CONFIG_GDBSTUB_SERIAL_BACKEND .. kconfig:: CONFIG_GDBSTUB_SERIAL_BACKEND CONFIG_GDBSTUB_SERIAL_BACKEND ############################# *Use serial backend* Type: ``bool`` Help ==== .. code-block:: none Use serial as backenf for GDB Direct dependencies =================== \ :kconfig:`SERIAL ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/debug/Kconfig:355`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → GDB remote serial protocol support [EXPERIMENTAL] → GDB backend .. code-block:: kconfig config GDBSTUB_SERIAL_BACKEND bool "Use serial backend" depends on SERIAL && help Use serial as backenf for GDB *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*