valgrind 1:3.8.1-5ubuntu1 source package in Ubuntu
Changelog
valgrind (1:3.8.1-5ubuntu1) trusty; urgency=low * Resynchronise with Debian. Remaining changes: - Allow specification of an extra directory in which to look for debuginfo objects. - Remove valgrind-mpi package from Ubuntu and any references to it, as mpi-default-dev is in universe for the time being. - Lower over-inflated valgrind-dbg Recommends to Suggests instead. - Don't strip vgpreload* on ARM; this results in unusable stack traces without valgrind-dbg. - Apply patch from https://bugs.kde.org/show_bug.cgi?id=308717, implementing fixed-point VCVT.F64.[SU]32 on ARM. This instruction shows up quite frequently in desktop components. valgrind (1:3.8.1-5) unstable; urgency=low * Enable build on x32 architecture (Closes: #718368) * Instrument pthread_cond_init() in Helgrind (Closes: #723699) -- Colin Watson <email address hidden> Mon, 28 Oct 2013 13:42:46 -0700
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- amd64 armel armhf i386 mips mipsel powerpc ppc64 s390x x32
- Section:
- devel
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
valgrind_3.8.1.orig.tar.bz2 | 7.6 MiB | 473be00576bed311a662b277a2bfbe97d9cca4058e68619a0e420c9fc19958db |
valgrind_3.8.1-5ubuntu1.debian.tar.gz | 39.8 KiB | 95dad161932c1924c321e2ecb3ff5006068fcbc5e16510789cef8b353e80f713 |
valgrind_3.8.1-5ubuntu1.dsc | 2.2 KiB | 37bd88a7b9514d5ae0ac43dedc49d016ee8100469ff8e80bfc34d99dd22b9567 |
Available diffs
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.