macOS
brew install valgrindlocal Homebrew formula metadata
sudo port install valgrindMacPorts ports tree · devel/valgrind/Portfile · Source: api.github.com
brew / rang 1640
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de valgrind pour les workflows d'agents IA.
installation
brew install valgrindlocal Homebrew formula metadata
sudo port install valgrindMacPorts ports tree · devel/valgrind/Portfile · Source: api.github.com
sudo apk add valgrindAlpine Linux edge package indexes · valgrind · Source: dl-cdn.alpinelinux.org
sudo apt install valgrindDebian stable package indexes · valgrind · Source: deb.debian.org
sudo dnf install valgrindFedora Rawhide package metadata · valgrind · Source: dl.fedoraproject.org
nix profile install nixpkgs#valgrindnixpkgs package indexes · pkgs/by-name/va/valgrind/package.nix · Source: api.github.com
sudo pacman -S valgrindArch Linux sync databases · valgrind · Source: geo.mirror.pkgbuild.com
sudo zypper install valgrindopenSUSE Tumbleweed package metadata · valgrind · Source: download.opensuse.org
aperçu
Dynamic analysis tools (memory, debug, profiling)
historique
Valgrind began as Julian Seward's attempt to build an open source memory-checking tool for x86/Linux in the spirit of Purify, but without source rewriting or relinking. Nicholas Nethercote's twentieth-anniversary retrospective places the first 1.0 release in July 2002, after early use by KDE developers, and notes that Cachegrind was committed in April 2002. Soon afterward the project split its generic dynamic-binary-instrumentation engine from individual analysis tools: the original memory checker became Memcheck, while Valgrind became the overall framework.
That split shaped Valgrind's long-term role. The official manual describes it as an instrumentation framework with standard tools including Memcheck for C/C++ memory errors, Cachegrind and Callgrind for cache/call profiling, Helgrind and DRD for thread errors, Massif and DHAT for heap profiling, plus smaller developer and research tools. This made Valgrind both a daily debugging command and a platform for building heavyweight dynamic-analysis experiments.
The project also became influential research and infrastructure. Nethercote records papers on Memcheck's bit-precise undefined-value tracking and Valgrind's heavyweight instrumentation architecture, and notes that later tools such as AddressSanitizer were inspired by Memcheck while making different speed/coverage tradeoffs. By the 2010s Seward and Nethercote had moved into emeritus roles, with many other contributors and Mark Wielaard as lead maintainer, but Valgrind remained a reference tool for deep user-space dynamic analysis.
Adoption followed the places where native-code correctness bugs are expensive: C and C++ applications, libraries, language runtimes, databases, browsers, scientific programs, embedded software, and automated regression suites. The Valgrind site emphasizes that it works on existing binaries without recompilation and that it has been used on projects ranging from personal code to very large codebases. Its standard package-nerd usage remains direct and boring: compile with debug symbols, run a program under `valgrind` or a selected `--tool`, inspect source-mapped diagnostics, and, for CI or release checks, fail builds on leaks, invalid accesses, or concurrency issues.
Adoption followed the places where native-code correctness bugs are expensive: C and C++ applications, libraries, language runtimes, databases, browsers, scientific programs, embedded software, and automated regression suites. The Valgrind site emphasizes that it works on existing binaries without recompilation and that it has been used on projects ranging from personal code to very large codebases. Its standard package-nerd usage remains direct and boring: compile with debug symbols, run a program under `valgrind` or a selected `--tool`, inspect source-mapped diagnostics, and, for CI or release checks, fail builds on leaks, invalid accesses, or concurrency issues.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour valgrind. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
callgrind_annotate | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
callgrind_control | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
cg_annotate | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
cg_diff | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
cg_merge | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
ms_print | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
valgrind | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
valgrind-di-server | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
valgrind-listener | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
vgdb | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
vgstack | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:valgrind |
|---|---|
| Version | 3.27.1 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://www.valgrind.org/ |
| Dernière mise à jour | 2026-05-20T16:57:52Z |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
valgrind 1:3.24.0-3
instrumentation framework for building dynamic analysis tools
sudo apt install valgrindvalgrind-mpi 1:3.24.0-3
instrumentation framework for building dynamic analysis tools (MPI module)
sudo apt install valgrind-mpivalgrind
nix profile install nixpkgs#valgrindvalgrind 1:3.22.0-0ubuntu3
instrumentation framework for building dynamic analysis tools
sudo apt install valgrindvalgrind-mpi 1:3.22.0-0ubuntu3
instrumentation framework for building dynamic analysis tools (MPI module)
sudo apt install valgrind-mpivalgrind 3.25.1-r2
Tool to help find memory-management problems in programs
sudo apk add valgrindvalgrind-dev 3.25.1-r2
Tool to help find memory-management problems in programs (development files)
sudo apk add valgrind-devvalgrind-doc 3.25.1-r2
Tool to help find memory-management problems in programs (documentation)
sudo apk add valgrind-docvalgrind-scripts 3.25.1-r2
Tool to help find memory-management problems in programs (perl+python cachegrind/callgrind script tools)
sudo apk add valgrind-scriptsvalgrind 3.27.1-2.fc45
Dynamic analysis tools to detect memory or thread bugs and profile
sudo dnf install valgrindvalgrind-devel 3.27.1-2.fc45
Development files for valgrind aware programs
sudo dnf install valgrind-develvalgrind-docs 3.27.1-2.fc45
Documentation for valgrind tools, scripts and gdb integration
sudo dnf install valgrind-docsvalgrind-gdb 3.27.1-2.fc45
Tools for integrating valgrind and gdb
sudo dnf install valgrind-gdbvalgrind-openmpi 3.27.1-2.fc45
OpenMPI support for valgrind
sudo dnf install valgrind-openmpivalgrind-scripts 3.27.1-2.fc45
Scripts for post-processing valgrind tool output
sudo dnf install valgrind-scriptsvalgrind-tools-devel 3.27.1-2.fc45
Development files for building valgrind tools.
sudo dnf install valgrind-tools-develpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.