.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "LeakTracer" "1" "09 October 2023" "" "" .SH NAME LeakTracer \- a memory-usage debugger for C++ programs .SH SYNOPSIS \fBLeakCheck\fR \fB\fIprogram\fB\fR [ \fB\fIprogram arguments\fB\fR\fI ...\fR ] \fBleak-analyze\fR \fB\fIprogram\fB\fR [ \fB\fIleak.out\fB\fR ] [ \fB\fImain\fB\fR ] [ \fB\fIprogram arguments\fB\fR\fI ...\fR ] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBLeakCheck\fR and \fBleak-analyze\fR commands. .PP This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation in the HTML format; see below. .PP \fBLeakCheck\fR is a small script that executes a C++ program while logging informations about calls to \fBnew\fR and \fBdelete\fR into a \fIleak.out\fR file. .PP \fBleak-analyze\fR gives a human-readable report of the contents of a \fIleak.out\fR file, by calling \fBgdb\fR(1) to display the faulty lines. .SH "OPTIONS" .PP These programs accept no special options. For an explanation of the possible arguments to \fBleak-analyze\fR, see the full documentation. .SH "SEE ALSO" .PP The official documentation in \fI/usr/share/doc/leaktracer/README.*\fR, available both in HTML and plain text. .PP \fBgdb\fR(1) .SH "AUTHOR" .PP This manual page was written by Yann Dirson for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1, as published by the Free Software Foundation, with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts.