summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-25 16:32:11 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-25 16:32:11 (GMT)
commite6eb172a595623331b150a2ddcced40e57f4bba2 (patch)
treefcbfac32f51c76ed710e2c8db7d55b2bbb9c8f6b
parent5cadb1c40b934335e16f0703d3eef06ce90b0de2 (diff)
libelf and ltrace are now no longer EXPERIMENTAL.
Remove old versions that never worked. /trunk/config/debug/ltrace.in | 14 4 10 0 ++++---------- /trunk/config/tools/libelf.in | 5 0 5 0 ----- 2 files changed, 4 insertions(+), 15 deletions(-)
-rw-r--r--config/debug/ltrace.in14
-rw-r--r--config/tools/libelf.in5
2 files changed, 4 insertions, 15 deletions
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in
index ebe00e8..0861577 100644
--- a/config/debug/ltrace.in
+++ b/config/debug/ltrace.in
@@ -4,20 +4,15 @@
config DEBUG_ltrace
select TOOL_libelf
help
- ltrace is currently BROKEN! It depends on libelf, and I don't
- know how to configure/compile that so that ltrace can successfully
- use it. If you manage to build ltrace (and libelf!), please be so
- kind as to tell me! Thank you!
+ ltrace is a program that simply runs the specified command until it exits.
+ It intercepts and records the dynamic library calls which are called by
+ the executed process and the signals which are received by that process.
+ It can also intercept and print the system calls executed by the program.
choice
bool
prompt "ltrace version"
-config LTRACE_V_0_3_36
- bool
- prompt "0.3.36 (OBSOLETE)"
- depends on OBSOLETE
-
config LTRACE_V_0_4
bool
prompt "0.4"
@@ -28,7 +23,6 @@ endchoice
config LTRACE_VERSION
string
- default "0.3.36" if LTRACE_V_0_3_36
default "0.4" if LTRACE_V_0_4
# CT_INSERT_VERSION_STRING_ABOVE
# # Don't remove above line!
diff --git a/config/tools/libelf.in b/config/tools/libelf.in
index 7f3b413..f8df6a7 100644
--- a/config/tools/libelf.in
+++ b/config/tools/libelf.in
@@ -1,4 +1,3 @@
-# EXPERIMENTAL
# libelf config file
config TOOL_libelf
@@ -6,10 +5,6 @@ config TOOL_libelf
libelf lets you read, modify or create ELF files in an
architecture-independent way.
- libelf is BROKEN! If you manage to make it actually _work_,
- please be so kind as to tell me. (By working, I mean it is
- useable at least by ltrace.) Thank you!
-
choice
bool
prompt "libelf version"