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