config FWRT_COMPILE_GDB tristate depends FWRT_PACKAGE_GDB || FWRT_PACKAGE_GDBSERVER default n help config FWRT_PACKAGE_GDB prompt "gdb............................... GNU debugger" tristate default n select FWRT_COMPILE_GDB select FWRT_PACKAGE_LIBNCURSES help GDB is a program for debugging applications. config FWRT_PACKAGE_GDB_THREADS bool " Enable support for debugging pthreads apps" default n depends on FWRT_PACKAGE_GDB select FWRT_PACKAGE_LIBTHREAD_DB config FWRT_PACKAGE_GDBSERVER prompt "gdbserver......................... Remote Server for the GNU Debugger" tristate default n select FWRT_COMPILE_GDB help GDBSERVER is a program that allows you to run GDB on a different machine than the one which is running the program being debugged.