3 URL: http://drmemory.org
6 License File: NOT_SHIPPED
10 This directory contains a self-extracting 7z file with Dr. Memory
11 (which is a Memcheck analog with Windows support) to be used
12 by Chromium Dr. Memory/Windows buildbots and Chromium developers.
14 More info on using Dr. Memory for testing Chromium can be found here:
15 http://dev.chromium.org/developers/how-tos/using-drmemory
17 To update the Dr. Memory distribution, please do the following steps:
18 0) Download the latest package from
19 http://build.chromium.org/p/client.drmemory/builds/
21 $ curl -s http://build.chromium.org/p/client.drmemory/builds/drmemory-windows-rXXX-sfx.exe -o drmemory-windows-sfx.exe
23 1) Upload the package to Google Storage:
24 $ upload_to_google_storage.py --bucket chromium-drmemory drmemory-windows-sfx.exe
25 This will produce a file drmemory-windows-sfx.exe.sha1 in the current
28 2) Replace the existing drmemory-windows-sfx.exe.sha1 file with the new
29 file created by the upload step.
31 3) Update the README.chromium file's Version field.
33 4) Commit the sha1 and README.chromium changes locally and upload the CL.
35 5) Run a trybot job to the bot named "win_drmemory", e.g.:
36 git cl try -b win_drmemory
38 6) If the trybot is green, commit the new sha1 file and README.chromium.
39 If it's red, find out if it's due to broken DrMemory binaries that you just
40 checked in, or whether the MFYI bot was red at the same revision.
43 Dr. Memory is hosted at http://drmemory.org and
44 https://github.com/DynamoRIO/drmemory under LGPL
45 https://github.com/DynamoRIO/drmemory/blob/master/license.txt