valgrind 1:3.11.0-1ubuntu3 source package in Ubuntu
Changelog
valgrind (1:3.11.0-1ubuntu3) xenial; urgency=medium * Fixes for s390x, LP: #1563420: - 15_s390x-HWCAP-mask.patch: Suppress advertising features in HWCAP that are unsupported by valgrind. - 16_s390x_popcnt-insn.patch: Add support for popcnt instruction. - 17_s390x-splitout-socketcalls.patch: Support individual socket syscalls, which were split out from socketcall in Linux 4.3. * 18_s390x-support-RISBGN-insn.patch: Fix issue with binaries compiled for zEC12 or higher, such as Ubuntu's dynamic loader. LP: #1556765. * Add smoke test for autopkgtest. -- dann frazier <email address hidden> Fri, 01 Apr 2016 19:16:07 +0000
Upload details
- Uploaded by:
- dann frazier
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Developers
- Architectures:
- amd64 arm64 armhf i386 mips mipsel mips64 mips64el powerpc ppc64 ppc64el s390x x32
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
valgrind_3.11.0.orig.tar.bz2 | 11.4 MiB | 6c396271a8c1ddd5a6fb9abe714ea1e8a86fce85b30ab26b4266aeb4c2413b42 |
valgrind_3.11.0-1ubuntu3.debian.tar.xz | 38.1 KiB | 6c4f184f88df10e02bb885204754a8c8d28b22baca5aefdae0061afc07d2c184 |
valgrind_3.11.0-1ubuntu3.dsc | 2.4 KiB | 80b79e2c16dc004a580b3321fd08e53815eba2252c9d155cbf44e10ddc841c59 |
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.
- valgrind-dbgsym: debug symbols for package valgrind
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)