The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_GDBSTUB_SERIAL_BACKEND

Use serial backend

Type: bool

Help

Use serial as backenf for GDB

Direct dependencies

SERIAL && <choice: GDB backend>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/debug/Kconfig:361

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:17

Menu path: (Top) → Sub Systems and OS Services → GDB remote serial protocol support [EXPERIMENTAL] → GDB backend

config GDBSTUB_SERIAL_BACKEND
    bool "Use serial backend"
    depends on SERIAL && <choice: GDB backend>
    help
      Use serial as backenf for GDB

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)