summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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!