diff -r decbb2add7ce -r 26f13900b099 config/debug/gdb.in --- a/config/debug/gdb.in Fri May 02 21:54:46 2008 +0000 +++ b/config/debug/gdb.in Thu Jun 19 08:17:39 2008 +0000 @@ -95,5 +95,29 @@ # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! +if GDB_NATIVE + +comment "Native gdb needs the ncurses library on the target" + +choice + bool + prompt "ncurses version" + +config NCURSES_V_4_2 + bool + prompt "4.2" + +config NCURSES_V_5_6 + bool + prompt "5.6" + +endchoice + +config NCURSES_VERSION + string + default "4.2" if NCURSES_V_4_2 + default "5.6" if NCURSES_V_5_6 + +endif # ncurses + endif -