valgrind 1:3.7.0-0ubuntu3 source package in Ubuntu

Changelog

valgrind (1:3.7.0-0ubuntu3) precise; urgency=low

  * Add uinput ioctl wrappers to fix false positive errors. (LP: #958095)
    - Add 0011-uinput-ioctls.patch.
 -- Chase Douglas <email address hidden>   Sat, 17 Mar 2012 12:29:21 -0700

Upload details

Uploaded by:
Chase Douglas
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
i386 amd64 powerpc ppc64 armel armhf
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main devel

Downloads

File Size SHA-256 Checksum
valgrind_3.7.0.orig.tar.bz2 6.3 MiB 5d62c0330f1481fe2c593249192fa68ff454c19c34343978cc9ce91aa324cbf6
valgrind_3.7.0-0ubuntu3.debian.tar.gz 37.1 KiB 5d89a99bcd588c044f41fe455f337094d523b463e5cf636753113f5bd55c2e17
valgrind_3.7.0-0ubuntu3.dsc 2.1 KiB 449ea9083224adf0ec0b0a22b25ef20dd40acd85cb9227cd7199ec065ea00ae9

View changes file

Binary packages built by this source

valgrind: memory debugger and profiler

 Valgrind is a GPL'd tool to help you find memory-management problems in your
 programs. When a program is run under Valgrind's supervision, all reads and
 writes of memory are checked, and calls to malloc/new/free/delete are
 intercepted.
 .
 Valgrind can debug more or less any dynamically-linked ELF x86/Linux,
 amd64/Linux and ppc/Linux executables, without modification, recompilation,
 or anything.
 .
 Valgrind provides a generic infrastructure for supervising the execution of
 programs called "tools". This is done by providing a way to instrument
 programs in very precise ways, making it relatively easy to support
 activities such as dynamic error detection and profiling. The Valgrind
 distribution currently includes three tools: a memory error detectors, a
 cache (time) profiler and a heap (space) profiler.