valgrind 1:3.23.0-0ubuntu1 source package in Ubuntu

Changelog

valgrind (1:3.23.0-0ubuntu1) oracular; urgency=medium

  * New upstream release. (LP: #1982335)
    - Includes support for IBM z13 (`NNPA' instruction).
    - Remove d/p/09_fix-armhf-detect.patch and d/p/armhf_neon.patch, since
      the arm architecture is upstream now handled in a more fine grained and
      proper way, that make the quilt patches obsolete.
    - Remove d/p/binutils-2.42.diff since all modifications are now upstream.
    - Remove d/p/armhf_neon.patch since code changed significantly, instead:
    - Add d/p/adjust_armhf_cases.patch to focus on armhf options in
      configure.ac that are supported by Ubuntu (armv7t2+) and get rid of the
      armv6 case, that is causing build issues (due to fp).

 -- Frank Heimes <email address hidden>  Tue, 09 Jul 2024 14:54:18 +0200

Upload details

Uploaded by:
Frank Heimes
Sponsored by:
Simon Chopin
Uploaded to:
Oracular
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.23.0.orig.tar.bz2 15.8 MiB c5c34a3380457b9b75606df890102e7df2c702b9420c2ebef9540f8b5d56264d
valgrind_3.23.0-0ubuntu1.debian.tar.xz 34.2 KiB 5df58260bf2a6b706ca0e382188c1e8b75949ad44de3d30d257275de996f5510
valgrind_3.23.0-0ubuntu1.dsc 2.2 KiB c644c617909337335fb62ca3820010c7fdf01f6b8e3b17b2a822f334af52d241

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