From 68181d1fec8fbb93ad95191926df62d9943372c2 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Fri, 1 Feb 2008 19:18:01 +0200 Subject: [PATCH] Add strace to debug tools --- src/debug-mapper.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/debug-mapper.sh b/src/debug-mapper.sh index a0196d4..8e374c4 100755 --- a/src/debug-mapper.sh +++ b/src/debug-mapper.sh @@ -13,6 +13,9 @@ case "$1" in gdb) libtool --mode=execute gdb mapper ;; + strace) + libtool --mode=execute strace mapper + ;; *) echo "Mode: valgrind or massif" ;; -- 2.39.5