File: control

package info (click to toggle)
leaktracer 2.4-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 100 kB
  • ctags: 74
  • sloc: cpp: 354; makefile: 86; perl: 67; sh: 17
file content (21 lines) | stat: -rw-r--r-- 771 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: leaktracer
Section: devel
Priority: optional
Maintainer: Yann Dirson <dirson@debian.org>
Build-Depends: debhelper (>> 3.4.4), g++, docbook-utils, dh-buildinfo
Standards-Version: 3.5.10

Package: leaktracer
Architecture: any
Depends: gdb, ${shlibs:Depends}, ${perl:Depends}
XB-Task: c-dev
Description: Simple and efficient memory-leak tracer for C++ programs
 LeakTracer traces calls to new and delete, and reports
 inconsistencies in the C++-level memory-management.
 .
 It has limitations (eg. when you override the new and delete
 operators yourself), but is very easy to use (eg. compared to more
 complete tools like mpatrol), traces the C++ level (unlike most other
 tools), and gives pretty good results.
 .
 It uses gdb to display source-file information.