OLD | NEW |
1 Name: Dr. Memory | 1 Name: Dr. Memory |
| 2 Short Name: drmemory |
2 URL: http://code.google.com/p/drmemory | 3 URL: http://code.google.com/p/drmemory |
| 4 Version: unknown |
3 | 5 |
| 6 Description: |
4 This directory contains a self-extracting 7z file with Dr. Memory | 7 This directory contains a self-extracting 7z file with Dr. Memory |
5 (which is a Memcheck analog with Windows support) to be used | 8 (which is a Memcheck analog with Windows support) to be used |
6 by Chromium Dr. Memory/Windows buildbots and Chromium developers. | 9 by Chromium Dr. Memory/Windows buildbots and Chromium developers. |
7 | 10 |
8 More info on using Dr. Memory for testing Chromium can be found here: | 11 More info on using Dr. Memory for testing Chromium can be found here: |
9 http://dev.chromium.org/developers/how-tos/using-valgrind/dr-memory | 12 http://dev.chromium.org/developers/how-tos/using-valgrind/dr-memory |
10 | 13 |
11 === | 14 === |
12 Dr. Memory is hosted at http://code.google.com/p/drmemory under LGPL | 15 Dr. Memory is hosted at http://code.google.com/p/drmemory under LGPL |
13 http://code.google.com/p/drmemory/source/browse/trunk/license.txt | 16 http://code.google.com/p/drmemory/source/browse/trunk/license.txt |
(...skipping 10 matching lines...) Expand all Loading... |
24 svn checkout http://drmemory.googlecode.com/svn/trunk/ drmemory | 27 svn checkout http://drmemory.googlecode.com/svn/trunk/ drmemory |
25 mkdir drmemory\build | 28 mkdir drmemory\build |
26 cd drmemory\build | 29 cd drmemory\build |
27 ctest -V -S ../package.cmake,drmemory_only;build=1 | 30 ctest -V -S ../package.cmake,drmemory_only;build=1 |
28 cd build_drmemory-debug-32\_CPack_Packages\Windows\ZIP\DrMemory-Windows-*-1 | 31 cd build_drmemory-debug-32\_CPack_Packages\Windows\ZIP\DrMemory-Windows-*-1 |
29 7z a -sfx drmemory-windows-sfx.exe * | 32 7z a -sfx drmemory-windows-sfx.exe * |
30 copy drmemory-windows-sfx.exe <chromium src>/third_party/drmemory | 33 copy drmemory-windows-sfx.exe <chromium src>/third_party/drmemory |
31 | 34 |
32 If you want to check in these new binaries into Chromium, just copy the .exe | 35 If you want to check in these new binaries into Chromium, just copy the .exe |
33 into this directory (where you're reading README from) and commit. | 36 into this directory (where you're reading README from) and commit. |
OLD | NEW |