~ubuntu-branches/ubuntu/oneiric/kde-l10n-da/oneiric-updates

« back to all changes in this revision

Viewing changes to docs/kdesdk/scripts/man-extend_dmalloc.1.docbook

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-02-08 11:11:05 UTC
  • Revision ID: james.westby@ubuntu.com-20080208111105-2wx8pyf2fv5viryw
Tags: upstream-4.0.1
Import upstream version 4.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
 
3
<!ENTITY % Danish "INCLUDE">
 
4
]>
 
5
 
 
6
<refentry lang="&language;">
 
7
<refentryinfo>
 
8
<author
 
9
><personname
 
10
><firstname
 
11
>Ben</firstname
 
12
><surname
 
13
>Burton</surname
 
14
></personname
 
15
> <email
 
16
>bab@debian.org</email
 
17
></author>
 
18
<date
 
19
>7. april, 2003</date>
 
20
</refentryinfo>
 
21
 
 
22
<refmeta>
 
23
<refentrytitle
 
24
><command
 
25
>extend_dmalloc</command
 
26
></refentrytitle>
 
27
<manvolnum
 
28
>1</manvolnum>
 
29
</refmeta>
 
30
 
 
31
<refnamediv>
 
32
<refname
 
33
><command
 
34
>extend_dmalloc</command
 
35
></refname>
 
36
<refpurpose
 
37
>Analysér returadresser fra dmalloc-logfiler.</refpurpose>
 
38
</refnamediv>
 
39
 
 
40
<refsynopsisdiv>
 
41
<cmdsynopsis
 
42
><command
 
43
>extend_dmalloc</command
 
44
> <group
 
45
><option
 
46
><replaceable
 
47
>dmalloc-logg</replaceable
 
48
> <command
 
49
>binærfil</command
 
50
></option
 
51
></group
 
52
> </cmdsynopsis>
 
53
</refsynopsisdiv>
 
54
 
 
55
<refsect1>
 
56
<title
 
57
>Beskrivelse</title>
 
58
 
 
59
<para
 
60
><command
 
61
>extend_dmalloc</command
 
62
> kør <command
 
63
>gdb</command
 
64
>(1) for at få information om returadresser fra en <command
 
65
>dmalloc</command
 
66
>(1) logfil. I særdeleshed undersøger den alle linjer med <literal
 
67
>ra=</literal
 
68
> og forsøger hente tilsvarende linjenummer.</para>
 
69
 
 
70
<para
 
71
>Argumentet <option
 
72
><command
 
73
>binærfil</command
 
74
></option
 
75
> skal være den binære fil som oprettede loggen <filename
 
76
>dmalloc-logg</filename
 
77
>.</para>
 
78
 
 
79
<para
 
80
>Værktøjet er en del af &kde;'s programmeludviklingsmiljø.</para>
 
81
 
 
82
</refsect1>
 
83
 
 
84
 
 
85
<refsect1>
 
86
<title
 
87
>Noter</title>
 
88
<para
 
89
>Du bør måske sende udskrift fra <command
 
90
>extend_dmalloc</command
 
91
> til en fil, eftersom <command
 
92
>gdb</command
 
93
> ellers synes at spørge efter et returtegn, som om du er ved slutningen af en side. </para
 
94
 
95
</refsect1>
 
96
 
 
97
</refentry>