valgrind 1:3.22.0-0ubuntu2 source package in Ubuntu

Changelog

valgrind (1:3.22.0-0ubuntu2) noble; urgency=medium

  * Fix #478624 - Valgrind incompatibility with binutils-2.42 on x86 with
    new nop patterns (unhandled instruction bytes: 0x2E 0x8D 0xB4 0x26)

 -- Matthias Klose <email address hidden>  Mon, 18 Dec 2023 13:50:42 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
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.22.0.orig.tar.bz2 15.8 MiB c811db5add2c5f729944caf47c4e7a65dcaabb9461e472b578765dd7bf6d2d4c
valgrind_3.22.0-0ubuntu2.debian.tar.xz 35.4 KiB b41b9fe9934727038506b9c525f28f9fd3d2819e74b91e193f9cf4a5c5273379
valgrind_3.22.0-0ubuntu2.dsc 2.4 KiB f377ed55efdf931d454bcf7668cc0eb6340554bf71f7c7b9f53a07c24d1ace19

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-dbgsym: debug symbols for valgrind
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.

valgrind-mpi-dbgsym: debug symbols for valgrind-mpi