1
0
Fork 0

devel: fix strace

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1028 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 11 years ago
parent 43c2392a8e
commit 0af5f2be26

@ -179,7 +179,7 @@ ltr*)
tracer=(ltrace -s1024 -e malloc,realloc,free,write)
;;
str*)
tracer=(strace -s1024 -T ./php-cgi)
tracer=(strace -s1024 -T)
;;
gdb)
#USE_ZEND_ALLOC=0

Loading…
Cancel
Save