From d954e2d70d8f855f36bc0fed2ae17da34df510fb Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Wed, 19 Aug 2009 23:40:33 +0200 Subject: Rootfs: Introduction of strace as buildable package strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program. Signed-off-by: Abdoulaye Walsimou Gaye --- Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index 8d6bb23..f926924 100644 --- a/Kconfig +++ b/Kconfig @@ -68,6 +68,7 @@ endmenu menu "Debugging system" source "kconfig/gdb.kconfig" +source "kconfig/strace.kconfig" endmenu config EMBTK_HAVE_ROOTFS -- cgit v1.2.3