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
|
<?xml version="1.0" ?>
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
<!ENTITY % English "INCLUDE">
]>
<refentry lang="&language;">
<refentryinfo>
<author><personname><firstname>Ben</firstname><surname>Burton</surname></personname>
<email>bab@debian.org</email></author>
<date>April 7, 2003</date>
</refentryinfo>
<refmeta>
<refentrytitle><command>extend_dmalloc</command></refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>
<refnamediv>
<refname><command>extend_dmalloc</command></refname>
<refpurpose>Analyze return-addresses from dmalloc logfiles.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>extend_dmalloc</command>
<group><option><replaceable>dmalloc-log</replaceable> <command>binary</command></option></group>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>Description</title>
<para><command>extend_dmalloc</command> will run <command>gdb</command>(1) to get information on the return-addresses from a <command>dmalloc</command>(1) logfile. Specifically it will examine any <literal>ra=</literal> lines and try to get the corresponding line numbers</para>
<para>The argument
<option><command>binary</command></option>
must be the binary that generated the log
<filename>dmalloc-log</filename>.</para>
<para>This utility is part of the &kde; Software Development
Kit.</para>
</refsect1>
<refsect1>
<title>Notes</title>
<para>You may wish to direct the output from
<command>extend_dmalloc</command> to a file, since otherwise
<command>gdb</command> seems to prompt for a return as if you are at
the end of a page. </para>
</refsect1>
</refentry>
|