summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-05-02 21:54:46 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-05-02 21:54:46 (GMT)
commit3b8580605bb703d54657cefcaed5ab8d20780bfe (patch)
treebb1d5d30f7adc95eec20ad81f637d6d864a1cca8 /config
parentf29a7d433519b35a45fa62cb6c705882c6fbbbd3 (diff)
Add latest, untested gdb versions
/trunk/config/debug/gdb.in | 18 18 0 0 ++++++++++++++++++ 1 file changed, 18 insertions(+)
Diffstat (limited to 'config')
-rw-r--r--config/debug/gdb.in18
1 files changed, 18 insertions, 0 deletions
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!