From 3b8580605bb703d54657cefcaed5ab8d20780bfe Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 2 May 2008 21:54:46 +0000 Subject: Add latest, untested gdb versions /trunk/config/debug/gdb.in | 18 18 0 0 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/config/debug/gdb.in b/config/debug/gdb.in index fc294d3..dd655bf 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -64,6 +64,21 @@ config GDB_V_6_6 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 @@ config GDB_VERSION 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! -- cgit v0.10.2-6-g49f6