summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/dmalloc.in18
-rw-r--r--config/debug/duma.in32
-rw-r--r--config/debug/gdb.in59
-rw-r--r--config/debug/ltrace.in32
-rw-r--r--config/debug/strace.in48
5 files changed, 94 insertions, 95 deletions
diff --git a/config/debug/dmalloc.in b/config/debug/dmalloc.in
index 7f4751f..7e026d0 100644
--- a/config/debug/dmalloc.in
+++ b/config/debug/dmalloc.in
@@ -6,23 +6,23 @@ config DEBUG_dmalloc
choice
bool
prompt "dmalloc version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
+
+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
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "5.5.2" if DMALLOC_V_5_5_2
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
+ default "5.4.3" if DMALLOC_V_5_4_3
diff --git a/config/debug/duma.in b/config/debug/duma.in
index 987be65..0afb5b8 100644
--- a/config/debug/duma.in
+++ b/config/debug/duma.in
@@ -20,37 +20,37 @@ 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_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!
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
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "2_5_15" if DUMA_V_2_5_15
-# CT_INSERT_VERSION_STRING_ABOVE
-# Don't remove above line!
+ 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
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
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in
index 4b141e0..50d365d 100644
--- a/config/debug/ltrace.in
+++ b/config/debug/ltrace.in
@@ -11,33 +11,33 @@ config DEBUG_ltrace
choice
bool
prompt "ltrace version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
-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)"
+ 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!
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
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "0.5.2" if LTRACE_V_0_5_2
-# CT_INSERT_VERSION_STRING_ABOVE
-# # Don't remove above line!
+ 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
diff --git a/config/debug/strace.in b/config/debug/strace.in
index eae6d01..4fcaa73 100644
--- a/config/debug/strace.in
+++ b/config/debug/strace.in
@@ -5,45 +5,45 @@ config DEBUG_strace
choice
bool
prompt "strace version"
+# Don't remove next line
+# CT_INSERT_VERSION_BELOW
-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!
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
+# Don't remove next line
+# CT_INSERT_VERSION_STRING_BELOW
default "4.5.18" if STRACE_V_4_5_18
-# CT_INSERT_VERSION_STRING_ABOVE
-# # Don't remove above line!
+ 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