1
0

Added a shortcut for running under helgrind with the most common parameters and suppressions

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1682 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2013-07-26 08:49:58 +00:00
parent cd007c2908
commit 1b825df6c2
2 changed files with 29 additions and 0 deletions

7
MCServer/hg Normal file
View File

@@ -0,0 +1,7 @@
#! /bin/bash
# This script runs MCServer under helgrind
# It expects valgrind to be normally installed and available
# Note that this is for Linux only and debug-only, since it slows down MCS way too much
valgrind --log-file=helgrind.log --suppressions=hg.supp --gen-suppressions=all --tool=helgrind -v ./MCServer