Home | History | Annotate | only in /external/chromium_org/third_party/drmemory
Up to higher level directory
NameDateSize
drmemory-windows-sfx.exe.sha105-Aug-201540
LICENSE05-Aug-201524.5K
OWNERS05-Aug-201543
README.chromium05-Aug-20151.7K

README.chromium

      1 Name: Dr. Memory
      2 Short Name: drmemory
      3 URL: http://code.google.com/p/drmemory
      4 Version: 1.8.2075
      5 License: LGPL 2.1
      6 License File: NOT_SHIPPED
      7 Security Critical: no
      8 
      9 Description:
     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.
     13 
     14 More info on using Dr. Memory for testing Chromium can be found here:
     15 http://dev.chromium.org/developers/how-tos/using-drmemory
     16 
     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/
     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 
     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 
     26    directory.
     27 
     28 2) Replace the existing drmemory-windows-sfx.exe.sha1 file with the new
     29    file created by the upload step.
     30 
     31 3) Update the README.chromium file's Version field.
     32 
     33 4) Commit the sha1 and README.chromium changes locally and upload the CL.
     34 
     35 5) Run a trybot job to the bot named "win_drmemory", e.g.:
     36    git cl try -b win_drmemory
     37 
     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.
     41 
     42 ===
     43 Dr. Memory is hosted at http://code.google.com/p/drmemory under LGPL
     44 http://code.google.com/p/drmemory/source/browse/trunk/license.txt
     45