Yet another debugger (kinda vim like).

SVN revision: 27066
This commit is contained in:
metrics 2006-11-12 10:01:06 +00:00 committed by metrics
parent 81ab23b2ba
commit 93e6517c22
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ case "$@" in
"-d") action="ddd -display $main" ; display="" ;;
"-e") action="" ;;
"-g") action="gdb" ; main=":1" ; display="" ;;
"-c") action="cgdb" ; main=":1" ; display="" ;;
"-l") action="valgrind --tool=memcheck --leak-check=yes --show-reachable=yes --log-file=valgrind_log" ;;
"-m") action="valgrind --tool=memcheck --log-file=valgrind_log" ;;
"-p") action="memprof --display=$main" ; main=":1" ; display="" ;;