| OLD | NEW |
| 1 Name: valgrind | 1 Name: valgrind |
| 2 Version: unknown | 2 Version: unknown |
| 3 | 3 |
| 4 Memcheck version on Linux (valgrind-variant): 102 |
| 5 Memcheck version on Mac (valgrind-variant): unknown |
| 6 |
| 7 TSan version on Linux: unknown |
| 8 TSan version on Mac: unknown |
| 9 |
| 10 Security critical: no |
| 11 |
| 4 Description: | 12 Description: |
| 5 Contains the scripts to patch and compile Valgrind to be used | 13 Contains the scripts to patch and compile Valgrind to be used |
| 6 by Chromium valgrind buildbots and Chromium developers. | 14 by Chromium valgrind buildbots and Chromium developers. |
| 7 | 15 |
| 8 You can find the build script and all the patches in valgrind/scripts. | 16 You can find the build script and all the patches in valgrind/scripts. |
| 9 The binaries for some of the platforms we use are located in valgrind/binaries. | 17 The binaries for some of the platforms we use are located in valgrind/binaries. |
| 10 | 18 |
| 11 You can also build Valgrind for your own platform. | 19 You can also build Valgrind for your own platform. |
| 12 | 20 |
| 13 If you want to add/rebuild binaries for one of the platforms, simply run | 21 If you want to add/rebuild binaries for one of the platforms, simply run |
| 14 sh build-valgrind-for-chromium.sh # takes some time | 22 sh build-valgrind-for-chromium.sh # takes some time |
| 15 inside valgrind/scripts and then 'svn add' and 'svn commit' the newly built bina
ries. | 23 inside valgrind/scripts and then 'svn add' and 'svn commit' the newly built bina
ries. |
| OLD | NEW |