File: README.Debian

package info (click to toggle)
valgrind 1%3A3.10.0-4~bpo7%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 97,940 kB
  • sloc: ansic: 589,429; xml: 21,096; exp: 8,751; cpp: 7,366; asm: 6,526; perl: 5,656; sh: 5,334; makefile: 4,946; haskell: 195
file content (28 lines) | stat: -rw-r--r-- 1,183 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
valgrind for Debian
-------------------

  Debian's valgrind package for the amd64 architecture is built to support i386
  binaries as well (that is, valgrind:amd64 can instrument both amd64 and i386
  executables). However, to make this work, the libc6-dbg:i386 package must be
  installed as well.

 -- Alessandro Ghedini <ghedo@debian.org>  Sun, 05 Nov 2014 00:00:00 +0100

  Debian's valgrind package comes stripped of any debug symbols, which are
  provided by the valgrind-dbg package. Note that it's recommended to install
  such package because without those symbols valgrind may generate less
  helpful error messages in certain situations, or not work at all.

 -- Alessandro Ghedini <ghedo@debian.org>  Sun, 09 Mar 2014 00:00:00 +0100

  Debian's valgrind package ships with a suppression file named "debian.supp"
  along with upstream's "default.supp", under /usr/lib/valgrind. Note though
  that by default, valgrind only loads "default.supp".

  You may load "debian.supp" by passing

    --suppressions=/usr/lib/valgrind/debian.supp

  on the command-line (or appending it to ~/.valgrindrc).

 -- Alessandro Ghedini <ghedo@debian.org>  Sun, 09 Mar 2014 00:00:00 +0100