summaryrefslogtreecommitdiff
path: root/config/debug/ltrace.in
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 /config/debug/ltrace.in
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(-)
Diffstat (limited to 'config/debug/ltrace.in')
-rw-r--r--config/debug/ltrace.in14
1 files changed, 4 insertions, 10 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!