In callgrind-0.9.9/callgrind, please change the line
exec /opt/bin/valgrind --tool=callgrind $*
to
exec /opt/bin/valgrind --tool=callgrind "$@"
in order to allow options with spaces.
Regards, Ralf Wildenhues
Log in to post a comment.