Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
LICENSE | D | 03-May-2024 | 24.5 KiB | 477 | 398 | |
OWNERS | D | 03-May-2024 | 43 | 3 | 2 | |
README.chromium | D | 03-May-2024 | 1.7 KiB | 45 | 34 | |
drmemory-windows-sfx.exe.sha1 | D | 03-May-2024 | 40 | 1 | 1 |
README.chromium
1Name: Dr. Memory 2Short Name: drmemory 3URL: http://code.google.com/p/drmemory 4Version: 1.8.2075 5License: LGPL 2.1 6License File: NOT_SHIPPED 7Security Critical: no 8 9Description: 10This directory contains a self-extracting 7z file with Dr. Memory 11(which is a Memcheck analog with Windows support) to be used 12by Chromium Dr. Memory/Windows buildbots and Chromium developers. 13 14More info on using Dr. Memory for testing Chromium can be found here: 15http://dev.chromium.org/developers/how-tos/using-drmemory 16 17To update the Dr. Memory distribution, please do the following steps: 180) Download the latest package from 19 http://build.chromium.org/p/client.drmemory/builds/ 20 e.g.: 21 $ curl -s http://build.chromium.org/p/client.drmemory/builds/drmemory-windows-rXXX-sfx.exe -o drmemory-windows-sfx.exe 22 231) 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 26 directory. 27 282) Replace the existing drmemory-windows-sfx.exe.sha1 file with the new 29 file created by the upload step. 30 313) Update the README.chromium file's Version field. 32 334) Commit the sha1 and README.chromium changes locally and upload the CL. 34 355) Run a trybot job to the bot named "win_drmemory", e.g.: 36 git cl try -b win_drmemory 37 386) 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. 41 42=== 43Dr. Memory is hosted at http://code.google.com/p/drmemory under LGPL 44http://code.google.com/p/drmemory/source/browse/trunk/license.txt 45