valgrind 1:3.10~20140411-0ubuntu1 source package in Ubuntu RTM

Changelog

valgrind (1:3.10~20140411-0ubuntu1) trusty; urgency=medium

  * Upstream snapshot from 20140411. LP: #1300070.

valgrind (1:3.10~20140329-0ubuntu1) trusty; urgency=medium

  * Upstream snapshot from 20140329.
  * Build for AArch64.
 -- Matthias Klose <email address hidden>   Fri, 11 Apr 2014 13:07:13 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
amd64 armhf arm64 i386 mips mipsel mips64 mips64el powerpc ppc64 ppc64el s390x x32
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main devel
14.09 release main devel

Downloads

File Size SHA-256 Checksum
valgrind_3.10~20140411.orig.tar.gz 11.4 MiB 237b5f253624a9926d46b43039a888900a11c67e5f6558d5909eac7123a61cc9
valgrind_3.10~20140411-0ubuntu1.debian.tar.gz 52.7 KiB aec5f220fc337777926d897454fd8110e7fa9928c741c412b454018fa52b50b5
valgrind_3.10~20140411-0ubuntu1.dsc 1.6 KiB 7d2aa59e918067cc18826a5dca7642bb9cfb634e1eb58653712e35f2d75ffe54

View changes file

Binary packages built by this source

valgrind: instrumentation framework for building dynamic analysis tools

 Valgrind is a system for debugging and profiling Linux programs. With its tool
 suite you can automatically detect many memory management and threading bugs,
 avoiding hours of frustrating bug-hunting and making your programs more stable.
 You can also perform detailed profiling to help speed up your programs and use
 Valgrind to build new tools.
 .
 The Valgrind distribution currently includes six production-quality tools:
  * a memory error detector (Memcheck)
  * two thread error detectors (Helgrind and DRD)
  * a cache and branch-prediction profiler (Cachegrind)
  * a call-graph generating cache and branch-prediction profiler (Callgrind)
  * a heap profiler (Massif)
 It also includes three experimental tools:
  * a stack/global array overrun detector (SGCheck)
  * a second heap profiler that examines how heap blocks are used (DHAT)
  * a SimPoint basic block vector generator (BBV)

valgrind-dbg: instrumentation framework for building dynamic analysis tools (debug)

 Valgrind is a system for debugging and profiling Linux programs. With its tool
 suite you can automatically detect many memory management and threading bugs,
 avoiding hours of frustrating bug-hunting and making your programs more stable.
 You can also perform detailed profiling to help speed up your programs and use
 Valgrind to build new tools.
 .
 This package provides the debug symbols for valgrind's tools and libraries.