valgrind 1:3.8.1-5ubuntu2 source package in Ubuntu

Changelog

valgrind (1:3.8.1-5ubuntu2) trusty; urgency=medium

  * Build for glibc-2.18.
 -- Matthias Klose <doko@foobar>   Tue, 24 Dec 2013 09:47:10 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
valgrind_3.8.1.orig.tar.bz2 7.6 MiB 473be00576bed311a662b277a2bfbe97d9cca4058e68619a0e420c9fc19958db
valgrind_3.8.1-5ubuntu2.debian.tar.gz 40.5 KiB bc9f7acd3a9ea65f56c72e8734fcf83870efaf279b983b61ee8e1f69d408e24d
valgrind_3.8.1-5ubuntu2.dsc 1.6 KiB a2b9305c78c223ab6380f6bd70c3ab5f1dbffbab14053ed752dc99f38e7c8e1e

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.