summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/gdb.in')
-rw-r--r--config/debug/gdb.in59
1 files changed, 29 insertions, 30 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index f21123d..b567335 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -96,37 +96,36 @@ choice
bool
prompt "gdb version"
depends on GDB_CROSS || GDB_NATIVE || GDB_GDBSERVER
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
-config GDB_V_6_4
- bool
- prompt "6.4 (OBSOLETE)"
- depends on OBSOLETE
-
-config GDB_V_6_5
+config GDB_V_6_8
bool
- prompt "6.5 (OBSOLETE)"
- depends on OBSOLETE
+ prompt "6.8"
-config GDB_V_6_6
+config GDB_V_6_7_1
bool
- prompt "6.6"
+ prompt "6.7.1 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
config GDB_V_6_7
bool
prompt "6.7 (EXPERIMENTAL)"
depends on EXPERIMENTAL
-config GDB_V_6_7_1
+config GDB_V_6_6
bool
- prompt "6.7.1 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
+ prompt "6.6"
-config GDB_V_6_8
+config GDB_V_6_5
bool
- prompt "6.8"
+ prompt "6.5 (OBSOLETE)"
+ depends on OBSOLETE
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
+config GDB_V_6_4
+ bool
+ prompt "6.4 (OBSOLETE)"
+ depends on OBSOLETE
config GDB_V_snapshot
bool
@@ -138,15 +137,15 @@ endchoice
config GDB_VERSION
string
- default "snapshot" if GDB_V_snapshot
- 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
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "6.8" if GDB_V_6_8
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
+ default "6.7.1" if GDB_V_6_7_1
+ default "6.7" if GDB_V_6_7
+ default "6.6" if GDB_V_6_6
+ default "6.5" if GDB_V_6_5
+ default "6.4" if GDB_V_6_4
+ default "snapshot" if GDB_V_snapshot
if GDB_NATIVE
@@ -156,19 +155,19 @@ choice
bool
prompt "ncurses version"
-config NCURSES_V_5_6
- bool
- prompt "5.6"
-
config NCURSES_V_5_7
bool
prompt "5.7"
+config NCURSES_V_5_6
+ bool
+ prompt "5.6"
+
endchoice
config NCURSES_VERSION
string
- default "5.6" if NCURSES_V_5_6
default "5.7" if NCURSES_V_5_7
+ default "5.6" if NCURSES_V_5_6
endif # GDB_NATIVE --> ncurses