From 4dcf313c46c176e5afa1328f5f07fce4e614366d Mon Sep 17 00:00:00 2001 From: Qin Zhao Date: Wed, 18 Nov 2015 12:07:31 -0500 Subject: Add Dr. Memory tool This CL adds DrMemory-Windows-sfx.exe into tools/drmemory. It also adds a set of scripts from chromium/src/tools/valgrind for running Dr. Memory. Now we can run pdfium tests with Dr. Memory: $ .\tools\drmemory\scripts\pdfium_tests.bat -b out\Debug -t pdfium_unittests More update on scripts is required, but this should be a good start. Changes from chromium/src/tools/valgrind - rename chrome_tests.py to pdfium_tests.py - update pdfium_tests.bat - remove chrome tests in pdfium_tests.py - remove memcheck code in valgrind_test.py R=thestig@chromium.org BUG=pdfium:238 Review URL: https://codereview.chromium.org/1452293002 . --- tools/drmemory/DrMemory-Windows-sfx.exe | Bin 0 -> 17312198 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tools/drmemory/DrMemory-Windows-sfx.exe (limited to 'tools/drmemory/DrMemory-Windows-sfx.exe') diff --git a/tools/drmemory/DrMemory-Windows-sfx.exe b/tools/drmemory/DrMemory-Windows-sfx.exe new file mode 100644 index 0000000000..ffe3e663e0 Binary files /dev/null and b/tools/drmemory/DrMemory-Windows-sfx.exe differ -- cgit v1.2.3