## SECTION=debug_tools_gdb menuconfig GDB tristate prompt "gdb (the real one) " select TERMCAP if GDB__TERMCAP select NCURSES if GDB__NCURSES if GDB config GDB__SHARED bool "build shared" default y select LIBC_M help If not set, the build option LDFLAGS=-static will be activated. choice prompt "select term library" default GDB__TERMCAP config GDB__TERMCAP bool "termcap" help Use termcap as terminal library. Termcap is a library of C functions that enable programs to send control strings to terminals in a way independent of the terminal type. config GDB__NCURSES bool "ncurses" help Use ncurses as terminal library. The ncurses (new curses) library is a free software emulation of curses. It uses terminfo format, supports pads and color and multiple highlights and forms charcters and function-key mapping. endchoice endif