1EXTEND_DMALLOC(1) EXTEND_DMALLOC(1)
2
3
4
6 extend_dmalloc - Analyze return-addresses from dmalloc logfiles.
7
9 extend_dmalloc [dmalloc-log binary]
10
11
13 extend_dmalloc will run gdb(1) to get information on the return-ad‐
14 dresses from a dmalloc(1) logfile. Specifically it will examine any ra=
15 lines and try to get the corresponding line numbers
16
17
18 The argument binary must be the binary that generated the log dmal‐
19 loc-log.
20
21
22 This utility is part of the KDE Software Development Kit.
23
24
26 You may wish to direct the output from extend_dmalloc to a file, since
27 otherwise gdb seems to prompt for a return as if you are at the end of
28 a page.
29
30
32 Ben Burton.
33
34
35
36 April 7, 2003 EXTEND_DMALLOC(1)