valgrind 1:3.9.0-4ubuntu3 source package in Ubuntu
Changelog
valgrind (1:3.9.0-4ubuntu3) trusty; urgency=medium * Add support for glibc-2.19. -- Matthias Klose <email address hidden> Tue, 25 Feb 2014 16:56:18 +0100
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- amd64 armhf i386 mips mipsel mips64 mips64el powerpc ppc64 s390x x32
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
valgrind_3.9.0.orig.tar.bz2 | 9.5 MiB | e6af71a06bc2534541b07743e1d58dc3caf744f38205ca3e5b5a0bdf372ed6f0 |
valgrind_3.9.0-4ubuntu3.debian.tar.gz | 32.8 KiB | a619127ed5f0a0e489de1bd784aab84282b9436d1cc0c7104b715be8cf6926c0 |
valgrind_3.9.0-4ubuntu3.dsc | 1.6 KiB | d8d7c1cf9cede74f0b7b9d71288ea4934d8512606d1100449a2fe6c6381f599c |
Available diffs
- diff from 1:3.9.0-4ubuntu1 to 1:3.9.0-4ubuntu3 (1.0 KiB)
- diff from 1:3.9.0-4ubuntu2 to 1:3.9.0-4ubuntu3 (794 bytes)
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: instrumentation framework for building dynamic analysis tools (debug)
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 debug symbols for valgrind's tools and libraries.