diff -r 578fdd250fcc -r decbb2add7ce config/debug/gdb.in --- a/config/debug/gdb.in Sun Apr 27 10:25:02 2008 +0000 +++ b/config/debug/gdb.in Fri May 02 21:54:46 2008 +0000 @@ -64,6 +64,21 @@ bool prompt "6.6" +config GDB_V_6_7 + bool + prompt "6.7 (EXPERIMENTAL)" + depends on EXPERIMENTAL + +config GDB_V_6_7_1 + bool + prompt "6.7.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + +config GDB_V_6_8 + bool + prompt "6.8 (EXPERIMENTAL)" + depends on EXPERIMENTAL + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -74,6 +89,9 @@ default "6.4" if GDB_V_6_4 default "6.5" if GDB_V_6_5 default "6.6" if GDB_V_6_6 + default "6.7" if GDB_V_6_7 + default "6.7.1" if GDB_V_6_7_1 + default "6.8" if GDB_V_6_8 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!