From f4582480b472d7551d8f867bae4c99a96c9d588d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 8 Sep 2021 00:04:13 +0900 Subject: 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 --- kmtrace/README | 2 -- 1 file changed, 2 deletions(-) (limited to 'kmtrace/README') 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. -- cgit v1.2.1