From: Kaj-Michael Lang Date: Fri, 1 Feb 2008 17:18:01 +0000 (+0200) Subject: Add strace to debug tools X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68181d1fec8fbb93ad95191926df62d9943372c2;p=mapper Add strace to debug tools --- 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" ;;