summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/dmalloc.in6
-rw-r--r--config/debug/duma.in12
-rw-r--r--config/debug/gdb.in36
-rw-r--r--config/debug/ltrace.in6
-rw-r--r--config/debug/strace.in28
5 files changed, 31 insertions, 57 deletions
diff --git a/config/debug/dmalloc.in b/config/debug/dmalloc.in
index 7e026d0..fa6bdbd 100644
--- a/config/debug/dmalloc.in
+++ b/config/debug/dmalloc.in
@@ -13,11 +13,6 @@ 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
-
endchoice
config DMALLOC_VERSION
@@ -25,4 +20,3 @@ config DMALLOC_VERSION
# 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
diff --git a/config/debug/duma.in b/config/debug/duma.in
index 0afb5b8..753a879 100644
--- a/config/debug/duma.in
+++ b/config/debug/duma.in
@@ -29,19 +29,23 @@ config DUMA_V_2_5_15
config DUMA_V_2_5_14
bool
- prompt "2_5_14"
+ prompt "2_5_14 (OBSOLETE)"
+ depends on OBSOLETE
config DUMA_V_2_5_12
bool
- prompt "2_5_12"
+ prompt "2_5_12 (OBSOLETE)"
+ depends on OBSOLETE
config DUMA_V_2_5_8
bool
- prompt "2_5_8"
+ prompt "2_5_8 (OBSOLETE)"
+ depends on OBSOLETE
config DUMA_V_2_5_1
bool
- prompt "2_5_1"
+ prompt "2_5_1 (OBSOLETE)"
+ depends on OBSOLETE
endchoice
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index b567335..ecda6c5 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -99,33 +99,14 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config GDB_V_6_8
- bool
- prompt "6.8"
-
-config GDB_V_6_7_1
+config GDB_V_7_0
bool
- prompt "6.7.1 (EXPERIMENTAL)"
+ prompt "7.0 (EXPERIMENTAL)"
depends on EXPERIMENTAL
-config GDB_V_6_7
- bool
- prompt "6.7 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
-
-config GDB_V_6_6
- bool
- prompt "6.6"
-
-config GDB_V_6_5
- bool
- prompt "6.5 (OBSOLETE)"
- depends on OBSOLETE
-
-config GDB_V_6_4
+config GDB_V_6_8
bool
- prompt "6.4 (OBSOLETE)"
- depends on OBSOLETE
+ prompt "6.8"
config GDB_V_snapshot
bool
@@ -139,12 +120,8 @@ config GDB_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "7.0" if GDB_V_7_0
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
default "snapshot" if GDB_V_snapshot
if GDB_NATIVE
@@ -161,7 +138,8 @@ config NCURSES_V_5_7
config NCURSES_V_5_6
bool
- prompt "5.6"
+ prompt "5.6 (OBSOLETE)"
+ depends on OBSOLETE
endchoice
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in
index 50d365d..b119410 100644
--- a/config/debug/ltrace.in
+++ b/config/debug/ltrace.in
@@ -25,11 +25,13 @@ config LTRACE_V_0_5_1
config LTRACE_V_0_5
bool
- prompt "0.5"
+ prompt "0.5 (OBSOLETE)"
+ depends on OBSOLETE
config LTRACE_V_0_4
bool
- prompt "0.4"
+ prompt "0.4 (OBSOLETE)"
+ depends on OBSOLETE
endchoice
diff --git a/config/debug/strace.in b/config/debug/strace.in
index 4fcaa73..0b9e446 100644
--- a/config/debug/strace.in
+++ b/config/debug/strace.in
@@ -8,31 +8,28 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config STRACE_V_4_5_18
+config STRACE_V_4_5_19
bool
- prompt "4.5.18 (EXPERIMENTAL)"
+ prompt "4.5.19 (EXPERIMENTAL)"
depends on EXPERIMENTAL
-config STRACE_V_4_5_17
- bool
- prompt "4.5.17"
-
-config STRACE_V_4_5_16
+config STRACE_V_4_5_18
bool
- prompt "4.5.16"
+ prompt "4.5.18"
-config STRACE_V_4_5_15
+config STRACE_V_4_5_17
bool
- prompt "4.5.15"
+ prompt "4.5.17 (OBSOLETE)"
+ depends on OBSOLETE
-config STRACE_V_4_5_14
+config STRACE_V_4_5_16
bool
- prompt "4.5.14 (OBSOLETE)"
+ prompt "4.5.16 (OBSOLETE)"
depends on OBSOLETE
-config STRACE_V_4_5
+config STRACE_V_4_5_15
bool
- prompt "4.5 (OBSOLETE)"
+ prompt "4.5.15 (OBSOLETE)"
depends on OBSOLETE
endchoice
@@ -41,9 +38,8 @@ config STRACE_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "4.5.19" if STRACE_V_4_5_19
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