summaryrefslogtreecommitdiff
path: root/config/debug/ltrace.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/ltrace.in')
-rw-r--r--config/debug/ltrace.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in
index ec0c8e8..025542d 100644
--- a/config/debug/ltrace.in
+++ b/config/debug/ltrace.in
@@ -1,13 +1,13 @@
# ltrace
-# depends on ! BACKEND
-
-config DEBUG_ltrace
- select LIBELF_TARGET
- help
- 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.
+
+## depends on ! BACKEND
+##
+## select LIBELF_TARGET
+##
+## help ltrace is a program that simply runs the specified command until it exits.
+## help It intercepts and records the dynamic library calls which are called by
+## help the executed process and the signals which are received by that process.
+## help It can also intercept and print the system calls executed by the program.
choice
bool