~ubuntu-branches/ubuntu/intrepid/kde-l10n-ca/intrepid

« 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-01-06 08:12:06 UTC
  • Revision ID: james.westby@ubuntu.com-20080106081206-uw248cwxfxui6j4f
Tags: upstream-4.0.0
Import upstream version 4.0.0

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 % Catalan  "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 d'abril del 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
>Analitza les adreces retornades des de fitxers de registre de dmalloc.</refpurpose>
 
38
</refnamediv>
 
39
 
 
40
<refsynopsisdiv>
 
41
<cmdsynopsis
 
42
><command
 
43
>extend_dmalloc</command
 
44
> <group
 
45
><option
 
46
><replaceable
 
47
>registre_dmalloc</replaceable
 
48
> <command
 
49
>binari</command
 
50
></option
 
51
></group
 
52
> </cmdsynopsis>
 
53
</refsynopsisdiv>
 
54
 
 
55
<refsect1>
 
56
<title
 
57
>Descripció</title>
 
58
 
 
59
<para
 
60
><command
 
61
>extend_dmalloc</command
 
62
> executarà <command
 
63
>gdb</command
 
64
>(1) per a obtenir informació d'una adreça de retorn des d'un registre de <command
 
65
>dmalloc</command
 
66
>(1). Concretament, s'examinarà qualsevol línia <literal
 
67
>ra=</literal
 
68
> intentant obtenir el seu corresponent número de línia.</para>
 
69
 
 
70
<para
 
71
>L'argument <option
 
72
><command
 
73
>binari</command
 
74
></option
 
75
> s'haurà de correspondre amb el binari que ha generat el registre <filename
 
76
>dmalloc-log</filename
 
77
>.</para>
 
78
 
 
79
<para
 
80
>Aquesta utilitat forma part del joc per a desenvolupar programari del &kde;.</para>
 
81
 
 
82
</refsect1>
 
83
 
 
84
 
 
85
<refsect1>
 
86
<title
 
87
>Notes</title>
 
88
<para
 
89
>És possible que vulgueu redirigir l'eixida de <command
 
90
>extend_dmalloc</command
 
91
> cap a un fitxer, d'altra manera <command
 
92
>gdb</command
 
93
> semblarà esperar un retorn como si estigués al final d'una pàgina. </para
 
94
 
95
</refsect1>
 
96
 
 
97
</refentry>