summaryrefslogtreecommitdiffstats
path: root/kmtrace/README
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-09-08 00:04:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-09-23 17:11:20 +0900
commit08cea68d1ac6b82ce7fb7aa3c152c272afb5a135 (patch)
tree974dec700dd9f67c07a2c35dcf75b32729abed75 /kmtrace/README
parent360ceec58b7a68ea2cd959fa6a00fd74b4a6e577 (diff)
downloadtdesdk-08cea68d1ac6b82ce7fb7aa3c152c272afb5a135.tar.gz
tdesdk-08cea68d1ac6b82ce7fb7aa3c152c272afb5a135.zip
Fixed building with glibc 2.34 where malloc/free hooks have been removed.
Removed mtrace.c file since it is not used (it seems it was a base for ktrace.c). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f4582480b472d7551d8f867bae4c99a96c9d588d)
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.