-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This version is based on Valgrind-3.15.0. ### Added - [EXPERIMENTAL] MCA back-ends - use with valgrind option `--backend=mcaquad` - deactivate support for MCA back-ends with configure switch `--enable-verrou-quad=no` - [EXPERIMENTAL] code coverage generation (`--trace=FILENAME`) - Generate the list of cancellations (`--cc-gen-source`) ### Changed - Two scripts `verrou_dd_line` and `verrou_dd_sym` replace `verrou_dd`. - Bug fix related to the random generator. - Bug fix: use the PID to generate the search space name. This allows using Delta-Debugging techniques with MPI programs. - Bug fix: correctly handle unnamed objects and source file lines. - Bug fix: allow gdb integration. (fixes gh-24)
- Loading branch information
Showing
4 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Notes about the release process | ||
|
||
``` | ||
VERSION=2.1.0 | ||
VERSION=2.2.0 | ||
``` | ||
|
||
## Update the valgrind patch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ index f8c798bf3..4eb86290d 100755 | |
|
||
# Process this file with autoconf to produce a configure script. | ||
-AC_INIT([Valgrind],[3.15.0],[[email protected]]) | ||
+AC_INIT([Valgrind],[3.15.0+verrou-dev],[[email protected]]) | ||
+AC_INIT([Valgrind],[3.15.0+verrou-2.2.0],[[email protected]]) | ||
AC_CONFIG_SRCDIR(coregrind/m_main.c) | ||
AC_CONFIG_HEADERS([config.h]) | ||
AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects]) | ||
|
@@ -168,7 +168,7 @@ index fc5629db4..6a3de186a 100644 | |
<!-- valgrind release + version stuff --> | ||
<!ENTITY rel-type "Release"> | ||
-<!ENTITY rel-version "3.15.0"> | ||
+<!ENTITY rel-version "3.15.0+verrou-dev"> | ||
+<!ENTITY rel-version "3.15.0+verrou-2.2.0"> | ||
<!ENTITY rel-date "12 April 2019"> | ||
|
||
<!-- where the docs are installed --> |