diff -r 4d6a56579d9d -r 896cb0d36c1a config/debug/ltrace.in --- a/config/debug/ltrace.in Fri Mar 05 18:19:25 2010 +0100 +++ b/config/debug/ltrace.in Sun May 08 19:02:44 2011 +0200 @@ -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