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