summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-09-13 16:38:06 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-09-13 16:38:06 (GMT)
commit0c6375595702e370b3e5784eabdc87f0f5282fed (patch)
tree17070ee50f852e9e9a4d9457ec545e441126ac29 /config/debug
parentcaeb4ada2387a8750acba9c514f0f356e142e777 (diff)
scripts: add new version at top of choice
Add new versions at the top of the choice menu, not at the bottom.
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/dmalloc.in8
-rw-r--r--config/debug/duma.in8
-rw-r--r--config/debug/gdb.in21
-rw-r--r--config/debug/ltrace.in8
-rw-r--r--config/debug/strace.in8
5 files changed, 26 insertions, 27 deletions
diff --git a/config/debug/dmalloc.in b/config/debug/dmalloc.in
index b643d60..7e026d0 100644
--- a/config/debug/dmalloc.in
+++ b/config/debug/dmalloc.in
@@ -6,6 +6,8 @@ config DEBUG_dmalloc
choice
bool
prompt "dmalloc version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
config DMALLOC_V_5_5_2
bool
@@ -16,13 +18,11 @@ config DMALLOC_V_5_4_3
prompt "5.4.3 (OBSOLETE)"
depends on OBSOLETE
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
endchoice
config DMALLOC_VERSION
string
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "5.5.2" if DMALLOC_V_5_5_2
default "5.4.3" if DMALLOC_V_5_4_3
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
diff --git a/config/debug/duma.in b/config/debug/duma.in
index 7530489..0afb5b8 100644
--- a/config/debug/duma.in
+++ b/config/debug/duma.in
@@ -20,6 +20,8 @@ config DUMA_SO
choice
bool
prompt "D.U.M.A. version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
config DUMA_V_2_5_15
bool
@@ -41,16 +43,14 @@ config DUMA_V_2_5_1
bool
prompt "2_5_1"
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
endchoice
config DUMA_VERSION
string
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "2_5_15" if DUMA_V_2_5_15
default "2_5_14" if DUMA_V_2_5_14
default "2_5_12" if DUMA_V_2_5_12
default "2_5_8" if DUMA_V_2_5_8
default "2_5_1" if DUMA_V_2_5_1
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 79c9cd8..b567335 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -96,12 +96,8 @@ choice
bool
prompt "gdb version"
depends on GDB_CROSS || GDB_NATIVE || GDB_GDBSERVER
-
-config GDB_V_snapshot
- bool
- prompt "snapshot (EXPERIMENTAL)"
- depends on EXPERIMENTAL
- depends on ! GDB_CROSS_INSIGHT
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
config GDB_V_6_8
bool
@@ -131,22 +127,25 @@ config GDB_V_6_4
prompt "6.4 (OBSOLETE)"
depends on OBSOLETE
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
+config GDB_V_snapshot
+ bool
+ prompt "snapshot (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ depends on ! GDB_CROSS_INSIGHT
endchoice
config GDB_VERSION
string
- default "snapshot" if GDB_V_snapshot
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "6.8" if GDB_V_6_8
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
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
+ default "snapshot" if GDB_V_snapshot
if GDB_NATIVE
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in
index 7fd6baf..58579c3 100644
--- a/config/debug/ltrace.in
+++ b/config/debug/ltrace.in
@@ -11,6 +11,8 @@ config DEBUG_ltrace
choice
bool
prompt "ltrace version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
config LTRACE_V_0_5_2
bool
@@ -29,15 +31,13 @@ config LTRACE_V_0_4
bool
prompt "0.4"
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
endchoice
config LTRACE_VERSION
string
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "0.5.2" if LTRACE_V_0_5_2
default "0.5.1" if LTRACE_V_0_5_1
default "0.5" if LTRACE_V_0_5
default "0.4" if LTRACE_V_0_4
-# CT_INSERT_VERSION_STRING_ABOVE
-# # Don't remove above line!
diff --git a/config/debug/strace.in b/config/debug/strace.in
index c46d540..4fcaa73 100644
--- a/config/debug/strace.in
+++ b/config/debug/strace.in
@@ -5,6 +5,8 @@ config DEBUG_strace
choice
bool
prompt "strace version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
config STRACE_V_4_5_18
bool
@@ -33,17 +35,15 @@ config STRACE_V_4_5
prompt "4.5 (OBSOLETE)"
depends on OBSOLETE
-# CT_INSERT_VERSION_ABOVE
-# Don't remove above line!
endchoice
config STRACE_VERSION
string
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "4.5.18" if STRACE_V_4_5_18
default "4.5.17" if STRACE_V_4_5_17
default "4.5.16" if STRACE_V_4_5_16
default "4.5.15" if STRACE_V_4_5_15
default "4.5.14" if STRACE_V_4_5_14
default "4.5" if STRACE_V_4_5
-# CT_INSERT_VERSION_STRING_ABOVE
-# # Don't remove above line!