Valgrind hosts its code at svn://svn.valgrind.org/valgrind/trunk.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:valgrind

See all merge proposals.

Valgrind has 3 active branches owned by 1 person and 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:valgrind
Series: main
1 Development 2017-08-08 21:15:45 UTC
12771. Ensure host stack trace has better ch...

Author: philippe
Revision Date: 2017-08-08 21:15:45 UTC

Ensure host stack trace has better chance to work when valgrind is exiting

When investigating bug 383275, the host stacktrace was containing
only one IP. This is because the tid corresponding to the lwpid
is dead, and so no valid thread state was returned.
This then gave a rubbish stacktop of 0, which means unwinding
stops at first frame.

So, try harder to find a valid thread state when reporting the
host stacktrace.

lp:~naesten/valgrind/valgrind 1 Development 2009-06-27 02:45:31 UTC
7228. VPATH fixes in Makefile.all.am and Ma...

Author: Samuel Bronson
Revision Date: 2009-06-27 02:41:59 UTC

VPATH fixes in Makefile.all.am and Makefile.vex.am

Fix building in a seperate directory tree, e.g. by doing:
    mkdir build && ../configure --enable-maintainer-mode && make

lp:~naesten/valgrind/vex-segmented 1 Development 2009-06-24 23:23:34 UTC
1725. Add support for the x86 instruction L...

Author: Samuel Bronson
Revision Date: 2009-06-24 22:48:45 UTC

Add support for the x86 instruction LSS.

13 of 3 results
You can't create new branches for Valgrind.