valgrind 1:3.19.0-1ubuntu3 source package in Ubuntu

Changelog

valgrind (1:3.19.0-1ubuntu3) mantic; urgency=medium

  * No-change rebuild with updated glibc.

 -- Matthias Klose <email address hidden>  Sat, 26 Aug 2023 11:40:20 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
valgrind_3.19.0.orig.tar.bz2 15.6 MiB dd5e34486f1a483ff7be7300cc16b4d6b24690987877c3278d797534d6738f02
valgrind_3.19.0-1ubuntu3.debian.tar.xz 34.7 KiB 9991783d0ff5d3c802d5fce02d44fd18e25d5fe779e44a43735ed1f1d447b87a
valgrind_3.19.0-1ubuntu3.dsc 2.5 KiB d523bf6abd67e2eaf757f709d44f4ada30072fafb28949608fee0eff360096f5

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 mantic.

No description available for valgrind-dbg in ubuntu mantic.

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.