summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-09-13 15:51:33 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-09-13 15:51:33 (GMT)
commitcaeb4ada2387a8750acba9c514f0f356e142e777 (patch)
tree78d4c894ed932449d8ef0e93a24478b40c881166 /config/debug
parent2418f95c9e73994e9094c62fa1d4e227192fef77 (diff)
config: re-order menu entries so that latest versions are at the top
It makes better sense to have latest versions at the top of the choice entries.
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/dmalloc.in10
-rw-r--r--config/debug/duma.in24
-rw-r--r--config/debug/gdb.in58
-rw-r--r--config/debug/ltrace.in22
-rw-r--r--config/debug/strace.in40
5 files changed, 77 insertions, 77 deletions
diff --git a/config/debug/dmalloc.in b/config/debug/dmalloc.in
index 7f4751f..b643d60 100644
--- a/config/debug/dmalloc.in
+++ b/config/debug/dmalloc.in
@@ -7,22 +7,22 @@ choice
bool
prompt "dmalloc version"
+config DMALLOC_V_5_5_2
+ bool
+ prompt "5.5.2"
+
config DMALLOC_V_5_4_3
bool
prompt "5.4.3 (OBSOLETE)"
depends on OBSOLETE
-config DMALLOC_V_5_5_2
- bool
- prompt "5.5.2"
-
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
config DMALLOC_VERSION
string
- default "5.4.3" if DMALLOC_V_5_4_3
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 987be65..7530489 100644
--- a/config/debug/duma.in
+++ b/config/debug/duma.in
@@ -21,25 +21,25 @@ choice
bool
prompt "D.U.M.A. version"
-config DUMA_V_2_5_1
+config DUMA_V_2_5_15
bool
- prompt "2_5_1"
+ prompt "2_5_15"
-config DUMA_V_2_5_8
+config DUMA_V_2_5_14
bool
- prompt "2_5_8"
+ prompt "2_5_14"
config DUMA_V_2_5_12
bool
prompt "2_5_12"
-config DUMA_V_2_5_14
+config DUMA_V_2_5_8
bool
- prompt "2_5_14"
+ prompt "2_5_8"
-config DUMA_V_2_5_15
+config DUMA_V_2_5_1
bool
- prompt "2_5_15"
+ prompt "2_5_1"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@@ -47,10 +47,10 @@ endchoice
config DUMA_VERSION
string
- default "2_5_1" if DUMA_V_2_5_1
- default "2_5_8" if DUMA_V_2_5_8
- default "2_5_12" if DUMA_V_2_5_12
- default "2_5_14" if DUMA_V_2_5_14
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 f21123d..79c9cd8 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -97,54 +97,54 @@ choice
prompt "gdb version"
depends on GDB_CROSS || GDB_NATIVE || GDB_GDBSERVER
-config GDB_V_6_4
+config GDB_V_snapshot
bool
- prompt "6.4 (OBSOLETE)"
- depends on OBSOLETE
+ prompt "snapshot (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ depends on ! GDB_CROSS_INSIGHT
-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
+
+config GDB_V_6_4
+ bool
+ 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
- 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
+ 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!
@@ -156,19 +156,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
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in
index 4b141e0..7fd6baf 100644
--- a/config/debug/ltrace.in
+++ b/config/debug/ltrace.in
@@ -12,22 +12,22 @@ choice
bool
prompt "ltrace version"
-config LTRACE_V_0_4
- bool
- prompt "0.4"
-
-config LTRACE_V_0_5
+config LTRACE_V_0_5_2
bool
- prompt "0.5"
+ prompt "0.5.2"
config LTRACE_V_0_5_1
bool
prompt "0.5.1 (EXPERIMENTAL)"
depends on EXPERIMENTAL
-config LTRACE_V_0_5_2
+config LTRACE_V_0_5
bool
- prompt "0.5.2"
+ prompt "0.5"
+
+config LTRACE_V_0_4
+ bool
+ prompt "0.4"
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@@ -35,9 +35,9 @@ endchoice
config LTRACE_VERSION
string
- default "0.4" if LTRACE_V_0_4
- default "0.5" if LTRACE_V_0_5
- default "0.5.1" if LTRACE_V_0_5_1
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 eae6d01..c46d540 100644
--- a/config/debug/strace.in
+++ b/config/debug/strace.in
@@ -6,32 +6,32 @@ choice
bool
prompt "strace version"
-config STRACE_V_4_5
- bool
- prompt "4.5 (OBSOLETE)"
- depends on OBSOLETE
-
-config STRACE_V_4_5_14
+config STRACE_V_4_5_18
bool
- prompt "4.5.14 (OBSOLETE)"
- depends on OBSOLETE
+ prompt "4.5.18 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
-config STRACE_V_4_5_15
+config STRACE_V_4_5_17
bool
- prompt "4.5.15"
+ prompt "4.5.17"
config STRACE_V_4_5_16
bool
prompt "4.5.16"
-config STRACE_V_4_5_17
+config STRACE_V_4_5_15
bool
- prompt "4.5.17"
+ prompt "4.5.15"
-config STRACE_V_4_5_18
+config STRACE_V_4_5_14
bool
- prompt "4.5.18 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
+ prompt "4.5.14 (OBSOLETE)"
+ depends on OBSOLETE
+
+config STRACE_V_4_5
+ bool
+ prompt "4.5 (OBSOLETE)"
+ depends on OBSOLETE
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@@ -39,11 +39,11 @@ endchoice
config STRACE_VERSION
string
- default "4.5" if STRACE_V_4_5
- default "4.5.14" if STRACE_V_4_5_14
- default "4.5.15" if STRACE_V_4_5_15
- default "4.5.16" if STRACE_V_4_5_16
- default "4.5.17" if STRACE_V_4_5_17
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!