:orphan: .. title:: CONFIG_GDBSTUB_BUF_SZ .. kconfig:: CONFIG_GDBSTUB_BUF_SZ CONFIG_GDBSTUB_BUF_SZ ##################### *GDB backend send/receive buffer size (in bytes)* Type: ``int`` Help ==== .. code-block:: none This specifies the size (in bytes) of the send/receive buffer for GDB backend. This needs to be big enough to hold one full GDB packet at a time. Direct dependencies =================== (\ :kconfig:`GDBSTUB ` && \ :kconfig:`SOC_ESP32 `) || \ :kconfig:`GDBSTUB ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 840 if \ :kconfig:`GDBSTUB ` - 256 Kconfig definitions =================== At ``/xtensa/esp32/Kconfig.defconfig:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config GDBSTUB_BUF_SZ int default 840 if GDBSTUB depends on GDBSTUB && SOC_ESP32 ---- At ``/debug/Kconfig:365`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → GDB remote serial protocol support [EXPERIMENTAL] .. code-block:: kconfig config GDBSTUB_BUF_SZ int "GDB backend send/receive buffer size (in bytes)" default 256 depends on GDBSTUB help This specifies the size (in bytes) of the send/receive buffer for GDB backend. This needs to be big enough to hold one full GDB packet at a time. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*