valgrind 1:3.13.0-2ubuntu2 source package in Ubuntu

Changelog

valgrind (1:3.13.0-2ubuntu2) bionic; urgency=medium

  * No-change rebuild against glibc 2.27 to update suppressions.

 -- Steve Langasek <email address hidden>  Tue, 27 Feb 2018 22:52:04 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
amd64 arm64 armhf 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
Bionic release main devel

Downloads

File Size SHA-256 Checksum
valgrind_3.13.0.orig.tar.bz2 14.0 MiB d76680ef03f00cd5e970bbdcd4e57fb1f6df7d2e2c071635ef2be74790190c3b
valgrind_3.13.0-2ubuntu2.debian.tar.xz 31.8 KiB 5fedd670f4def05cd4a31d234ede42c91462a0ba8517bba30f76fe0f0abb1528
valgrind_3.13.0-2ubuntu2.dsc 2.5 KiB 450f8b6b1d9a336fcd7c128a4995f1ec8a702ebfa8fc2015b5497fe947a267eb

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: No summary available for valgrind-dbg in ubuntu cosmic.

No description available for valgrind-dbg in ubuntu cosmic.

valgrind-mpi: instrumentation framework for building dynamic analysis tools (MPI module)

 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 "mpiwrap" library for debugging distributed-memory
 applications which use the MPI message passing standard.