summaryrefslogtreecommitdiffstats
path: root/kmtrace/README
diff options
context:
space:
mode:
Diffstat (limited to 'kmtrace/README')
-rw-r--r--kmtrace/README2
1 files changed, 0 insertions, 2 deletions
diff --git a/kmtrace/README b/kmtrace/README
index 6084b2b7..c3e7ed5c 100644
--- a/kmtrace/README
+++ b/kmtrace/README
@@ -1,8 +1,6 @@
This is a KDE tool to assist with malloc debugging using glibc's "mtrace"
functionality. Unfortunately the mtrace that is part of current (9/9/2000)
glibc versions only logs the return-address of the malloc/free call.
-The file mtrace.c in this directory logs a complete backtrace upon malloc/
-free.
THIS PROGRAM DEPENDS ON GLIBC! It does not pretend to be portable.