'\" t .\" Title: \fBextend_dmalloc\fR .\" Author: Ben Burton .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 2003-04-07 .\" Manual: [FIXME: manual] .\" Source: [FIXME: source] .\" Language: English .\" .TH "\FBEXTEND_DMALLOC\FR" "1" "2003\-04\-07" "[FIXME: source]" "[FIXME: manual]" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" extend_dmalloc \- Analyze return\-addresses from dmalloc logfiles\&. .SH "SYNOPSIS" .HP \w'\fBextend_dmalloc\fR\ 'u \fBextend_dmalloc\fR [\fB\fIdmalloc\-log\fR\fR\fB \fR\fB\fBbinary\fR\fR] .SH "DESCRIPTION" .PP \fBextend_dmalloc\fR will run \fBgdb\fR(1) to get information on the return\-addresses from a \fBdmalloc\fR(1) logfile\&. Specifically it will examine any ra= lines and try to get the corresponding line numbers .PP The argument \fB\fBbinary\fR\fR must be the binary that generated the log dmalloc\-log\&. .PP This utility is part of the KDE Software Development Kit\&. .SH "NOTES" .PP You may wish to direct the output from \fBextend_dmalloc\fR to a file, since otherwise \fBgdb\fR seems to prompt for a return as if you are at the end of a page\&. .SH "AUTHOR" .PP \fBBen Burton\fR <\&bab@debian\&.org\&> .RS 4 Author. .RE