# source "rules/gdbserver.in" config GDB bool "gdb (the real one)" config GDB_SHARED bool "Build shared" default y depends on GDB select GLIBC_LIBM if GLIBC && GLIBC_INSTALL help FIXME: This item needs to be documented choice prompt "Select term library" default GDB_TERMCAP depends on GDB config GDB_TERMCAP bool "termcap" select TERMCAP help FIXME: This item needs to be documented config GDB_NCURSES bool "ncurses" select NCURSES help FIXME: This item needs to be documented endchoice config GDB_THREAD_DEBUG bool "enable Thread Debugging (i.e.: don't strip C-library)" depends on GDB || GDBSERVER default y select GLIBC_DEBUG if GLIBC help FIXME: This item needs to be documented