valgrind 1:3.15.0-1ubuntu6 source package in Ubuntu

Changelog

valgrind (1:3.15.0-1ubuntu6) focal; urgency=medium

  * debian/valgrind.install:
    - include /usr/libexec/valgrind which ships the dh_view tools
      (lp: #1856067)
  * debian/rules:
    - use dh_missing --fail-missing to we don't overlook not install files

 -- Sebastien Bacher <email address hidden>  Thu, 12 Dec 2019 16:18:01 +0100

Upload details

Uploaded by:
Sebastien Bacher
Uploaded to:
Focal
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

Downloads

File Size SHA-256 Checksum
valgrind_3.15.0.orig.tar.bz2 19.3 MiB 417c7a9da8f60dd05698b3a7bc6002e4ef996f14c13f0ff96679a16873e78ab1
valgrind_3.15.0-1ubuntu6.debian.tar.xz 36.2 KiB 2cf5bbcd4c7a50e378f670281e88c7a0326c32e22ea7b42c54f0cc75b9604867
valgrind_3.15.0-1ubuntu6.dsc 1.8 KiB 30248617260bd6c5d923454471090be9dbf94ad5a8e09474bb8bdb33f2f8dc4e

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.

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.