# HG changeset patch # User "Yann E. MORIN" # Date 1209765286 0 # Node ID decbb2add7cee81537e6e455224816dc2ee24cdd # Parent 29b33ee36ef64a14ac1361702da5cbf8ae065937 Add latest, untested gdb versions /trunk/config/debug/gdb.in | 18 18 0 0 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff -r 29b33ee36ef6 -r decbb2add7ce config/debug/gdb.in --- a/config/debug/gdb.in Fri May 02 21:53:09 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!