summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/valgrind.sh
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-31 08:37:26 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-31 08:37:26 +0000
commit20f61e8fa477f367b66d05b2707fc1021b35af5c (patch)
treeffdaaa0c659b71ce3401bada873576031f26a27d /tools/valgrind/valgrind.sh
parent89bedbad604d712dee998aed691646eb8393e039 (diff)
downloadchromium_src-20f61e8fa477f367b66d05b2707fc1021b35af5c.zip
chromium_src-20f61e8fa477f367b66d05b2707fc1021b35af5c.tar.gz
chromium_src-20f61e8fa477f367b66d05b2707fc1021b35af5c.tar.bz2
Replace "Hammer" references with "Debug" as appropriate.
Review URL: http://codereview.chromium.org/53118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12849 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/valgrind.sh')
-rwxr-xr-xtools/valgrind/valgrind.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/valgrind.sh b/tools/valgrind/valgrind.sh
index 08bc480..0170038 100755
--- a/tools/valgrind/valgrind.sh
+++ b/tools/valgrind/valgrind.sh
@@ -6,7 +6,7 @@
# This is a small script for manually launching valgrind, along with passing
# it the suppression file, and some helpful arguments (automatically attaching
# the debugger on failures, etc). Run it from your repo root, something like:
-# $ sh ./tools/valgrind/valgrind.sh ./chrome/Hammer/chrome
+# $ sh ./tools/valgrind/valgrind.sh ./sconsbuild/Debug/chrome
#
# This is mostly intended for running the chrome browser interactively.
# To run unit tests, you probably want to run chrome_tests.sh instead.