summaryrefslogtreecommitdiffstats
path: root/rules/ltrace.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-12 13:10:09 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-12 13:10:09 +0000
commit085e91371aa39eb7e46e68fe5c3ec1a7fc624ef0 (patch)
tree9fa2419b53c363cfa3abe01af3e829e67b449e15 /rules/ltrace.in
parent7ccccd9ce98ae34b23ed9eca2fd973360a331ac3 (diff)
downloadptxdist-085e91371aa39eb7e46e68fe5c3ec1a7fc624ef0.tar.gz
ptxdist-085e91371aa39eb7e46e68fe5c3ec1a7fc624ef0.tar.xz
* ltrace.make, ltrace.in, debug.in:
removed ltrace, broken anyway git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7960 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ltrace.in')
-rw-r--r--rules/ltrace.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/rules/ltrace.in b/rules/ltrace.in
deleted file mode 100644
index 68b75a879..000000000
--- a/rules/ltrace.in
+++ /dev/null
@@ -1,17 +0,0 @@
-config LTRACE
- bool
- # FIXME:
- # make -C sysdeps/linux-gnueabi
- # make: Entering an unknown directory
- depends on BROKEN
- prompt "ltrace"
- select LIBELF
- help
- ltrace is a debugging program which runs a specified command
- until it exits. While the command is executing, ltrace intercepts and
- records the dynamic library calls which are called by the executed
- process and the signals received by that process. It can also
- intercept and print the system calls executed by the program.
-
- The program to be traced need not be recompiled for this, so you can
- use it on binaries for which you don't have the source handy.