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:
7
MCServer/hg
Normal file
7
MCServer/hg
Normal 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
|
||||
Reference in New Issue
Block a user