valgrind 1:3.21.0-ok1 source package in openKylin

Changelog

valgrind (1:3.21.0-ok1) nile; urgency=medium

  * Build for openkylin.

 -- Luoyaoming <email address hidden>  Mon, 04 Dec 2023 09:25:20 +0800

Upload details

Uploaded by:
luoyaoming
Uploaded to:
Nile V2.0
Original maintainer:
Ubuntu Developers
Architectures:
amd64 arm64 armhf i386 mips mipsel mips64 mips64el powerpc ppc64 ppc64el s390x
Section:
devel
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main devel
Nile V2.0 proposed main devel

Downloads

File Size SHA-256 Checksum
valgrind_3.21.0.orig.tar.bz2 16.6 MiB 10ce1618bb3e33fad16eb79552b0a3e1211762448a0d7fce11c8a6243b9ac971
valgrind_3.21.0-ok1.debian.tar.xz 11.7 KiB ff7a09156977503694e8fcbd9c80a2717b73f60560fbebbd0f4783d684e7713f
valgrind_3.21.0-ok1.dsc 2.2 KiB b49209f26905b544dbafca9e12c3432e877183722b3c8f3f9ca03d80809dace5

Available diffs

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