Enlightenment CVS committal

Author  : morlenxus
Project : e17
Module  : apps/e

Dir     : e17/apps/e


Modified Files:
        xnest.sh 


Log Message:
added strace

===================================================================
RCS file: /cvs/e/e17/apps/e/xnest.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- xnest.sh    10 Nov 2006 15:00:39 -0000      1.10
+++ xnest.sh    12 Nov 2006 02:41:28 -0000      1.11
@@ -19,6 +19,7 @@
        "-m")   action="valgrind --tool=memcheck --log-file=valgrind_log" ;;
        "-p")   action="memprof --display=$main" ; main=":1" ; display="" ;;
        "-r")   action="memprof_raster --display=$main" ; main=":1" ; 
display="" ;;
+       "-s")   action="strace -F -o strace_log" ;;
        "-v")   action="valkyrie -display $main" ; main=":1" ; display="" ;;
        *)      echo -e "Usage : xnest.sh [option]"
                echo -e "\tdefault option is -b"
@@ -30,6 +31,7 @@
                echo -e "\t-m memory check\t\t\t\t\tvalgrind"
                echo -e "\t-p memory profiling\t\t\t\tmemprof"
                echo -e "\t-r raster's memory profiling\t\t\tmemprof_raster"
+               echo -e "\t-s show syscalls\t\t\t\tstrace"
                echo -e "\t-v GUI memory check\t\t\t\tvalkyrie"
                echo -e ""
                echo -e "You need to add \"-display :1\" as the run arguments 
for the GUI debugger."



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to