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-15 12:28:40 +0900
commitf4582480b472d7551d8f867bae4c99a96c9d588d (patch)
treee9c1014a77cd16ed8faf5b965f582fe2b74d4ad1 /kmtrace/README
parent5adfbc2372a8dc761fd18bc4ca5e0f6ff2ebc495 (diff)
downloadtdesdk-f4582480b472d7551d8f867bae4c99a96c9d588d.tar.gz
tdesdk-f4582480b472d7551d8f867bae4c99a96c9d588d.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>
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.