File: control

package info (click to toggle)
valgrind 1%3A3.24.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 176,332 kB
  • sloc: ansic: 795,029; exp: 26,134; xml: 23,472; asm: 14,393; cpp: 9,397; makefile: 7,464; sh: 6,122; perl: 5,446; python: 1,498; javascript: 981; awk: 166; csh: 1
file content (58 lines) | stat: -rw-r--r-- 2,562 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: valgrind
Section: devel
Priority: optional
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Uploaders: Adam Borowski <kilobyte@angband.pl>, Michael Stapelberg <stapelberg@debian.org>
Build-Depends: debhelper-compat (= 13),
 gdb,
 gcc-multilib [amd64],
 libc6-dev-i386 [amd64],
 mpi-default-dev,
 pkgconf,
 docbook,
 docbook-xsl,
 docbook-xml,
 xsltproc
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/valgrind.git
Vcs-Browser: https://salsa.debian.org/debian/valgrind
Homepage: https://www.valgrind.org/

Package: valgrind
Architecture: amd64 arm64 armhf i386 mips mipsel mips64 mips64el powerpc ppc64 ppc64el s390x
Depends: ${misc:Depends}, ${shlibs:Depends}, libc6-dbg
Suggests: valgrind-mpi, kcachegrind
Recommends: gdb, python3
Breaks: valgrind-dev
Replaces: valgrind-dev
Description: 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)

Package: valgrind-mpi
Architecture: amd64 arm64 armhf i386 mips mipsel mips64 mips64el powerpc ppc64 ppc64el s390x
Depends: ${misc:Depends}, ${shlibs:Depends}, valgrind (= ${binary:Version})
Recommends: gdb
Description: instrumentation framework for building dynamic analysis tools (MPI module)
 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 "mpiwrap" library for debugging distributed-memory
 applications which use the MPI message passing standard.