mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 05:57:16 +00:00
and select if the arch support to define g_tcbinfo variable Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
20 lines
372 B
Text
20 lines
372 B
Text
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config LIB_GDBSTUB
|
|
tristate "GDBSTUB"
|
|
depends on ARCH_HAVE_TCBINFO
|
|
---help---
|
|
Enable support for gdbstub.
|
|
|
|
if LIB_GDBSTUB
|
|
|
|
config LIB_GDBSTUB_DEBUG
|
|
bool "Gdbstub Debug Info"
|
|
default n
|
|
---help---
|
|
Add debug info to gdbstub
|
|
|
|
endif
|