Updated Spanish translation
[anjuta-git-plugin.git] / plugins / valgrind / anjuta-valgrind.schemas
blob15798a2c2f5d97fb68b4365d2cf5387c22a4ae7d
1 <gconfschemafile>
2   <schemalist>
4     <!-- Anjuta Valgrind settings -->
6     <schema>
7       <key>/schemas/apps/anjuta/valgrind/editor</key>
8       <applyto>/apps/anjuta/valgrind/editor</applyto>
9       <owner>anjuta</owner>
10       <type>string</type>
11       <default>emacsclient -n +${lineno} "${filename}"</default>
12       <locale name="C">
13          <short>Editor command-line</short>
14       </locale>
15     </schema>
17     <schema>
18       <key>/schemas/apps/anjuta/valgrind/exe-path</key>
19       <applyto>/apps/anjuta/valgrind/exe-path</applyto>
20       <owner>anjuta</owner>
21       <type>string</type>
22       <default>/usr/bin/valgrind</default>
23       <locale name="C">
24          <short>Valgrind path in the system</short>
25       </locale>
26     </schema>
27         
28     <schema>
29       <key>/schemas/apps/anjuta/valgrind/num-lines</key>
30       <applyto>/apps/anjuta/valgrind/num-lines</applyto>
31       <owner>anjuta</owner>
32       <type>int</type>
33       <default>2</default>
34       <locale name="C">
35          <short>Show X-number of lines above and below target line</short>
36       </locale>
37     </schema>
38         
39     <!-- General Valgrind settings -->
41     <schema>
42       <key>/schemas/apps/anjuta/valgrind/general/demangle</key>
43       <applyto>/apps/anjuta/valgrind/general/demangle</applyto>
44       <owner>anjuta</owner>
45       <type>bool</type>
46       <default>true</default>
47       <locale name="C">
48          <short>Demangle c++ symbols automatically</short>
49       </locale>
50     </schema>
52     <schema>
53       <key>/schemas/apps/anjuta/valgrind/general/num-callers</key>
54       <applyto>/apps/anjuta/valgrind/general/num-callers</applyto>
55       <owner>anjuta</owner>
56       <type>int</type>
57       <default>4</default>
58       <locale name="C">
59          <short>Number of callers on the stack to show</short>
60       </locale>
61     </schema>
63     <schema>
64       <key>/schemas/apps/anjuta/valgrind/general/error-limit</key>
65       <applyto>/apps/anjuta/valgrind/general/error-limit</applyto>
66       <owner>anjuta</owner>
67       <type>bool</type>
68       <default>true</default>
69       <locale name="C">
70          <short>Limit the number of errors to show</short>
71       </locale>
72     </schema>
74     <schema>
75       <key>/schemas/apps/anjuta/valgrind/general/sloppy-malloc</key>
76       <applyto>/apps/anjuta/valgrind/general/sloppy-malloc</applyto>
77       <owner>anjuta</owner>
78       <type>bool</type>
79       <default>false</default>
80       <locale name="C">
81          <short>Round malloc sizes to next word</short>
82       </locale>
83     </schema>
85     <schema>
86       <key>/schemas/apps/anjuta/valgrind/general/alignment</key>
87       <applyto>/apps/anjuta/valgrind/general/alignment</applyto>
88       <owner>anjuta</owner>
89       <type>int</type>
90       <default>8</default>
91       <locale name="C">
92          <short>Set minimum alignment of allocations</short>
93       </locale>
94     </schema>
96     <schema>
97       <key>/schemas/apps/anjuta/valgrind/general/trace-children</key>
98       <applyto>/apps/anjuta/valgrind/general/trace-children</applyto>
99       <owner>anjuta</owner>
100       <type>bool</type>
101       <default>false</default>
102       <locale name="C">
103          <short>Trace child processes</short>
104       </locale>
105     </schema>
107     <schema>
108       <key>/schemas/apps/anjuta/valgrind/general/track-fds</key>
109       <applyto>/apps/anjuta/valgrind/general/track-fds</applyto>
110       <owner>anjuta</owner>
111       <type>bool</type>
112       <default>false</default>
113       <locale name="C">
114          <short>Track open file descriptors</short>
115       </locale>
116     </schema>
118     <schema>
119       <key>/schemas/apps/anjuta/valgrind/general/time-stamp</key>
120       <applyto>/apps/anjuta/valgrind/general/time-stamp</applyto>
121       <owner>anjuta</owner>
122       <type>bool</type>
123       <default>false</default>
124       <locale name="C">
125          <short>Add time stamps to log messages</short>
126       </locale>
127     </schema>
129     <schema>
130       <key>/schemas/apps/anjuta/valgrind/general/suppresions</key>
131       <applyto>/apps/anjuta/valgrind/general/suppressions</applyto>
132       <owner>anjuta</owner>
133       <type>string</type>
134       <default></default>
135       <locale name="C">
136          <short>Suppress errors described in suppresions file</short>
137       </locale>
138     </schema>
140     <schema>
141       <key>/schemas/apps/anjuta/valgrind/general/run-libc-freeres</key>
142       <applyto>/apps/anjuta/valgrind/general/run-libc-freeres</applyto>
143       <owner>anjuta</owner>
144       <type>bool</type>
145       <default>true</default>
146       <locale name="C">
147          <short>Call __libc_freeres() at exit before checking for memory leaks</short>
148       </locale>
149     </schema>
151     <!-- Memcheck Valgrind settings -->
153     <schema>
154       <key>/schemas/apps/anjuta/valgrind/memcheck/leak-check</key>
155       <applyto>/apps/anjuta/valgrind/memcheck/leak-check</applyto>
156       <owner>anjuta</owner>
157       <type>string</type>
158       <default>false</default>
159       <locale name="C">
160          <short>Search for memory leaks at exit</short>
161       </locale>
162     </schema>
164     <schema>
165       <key>/schemas/apps/anjuta/valgrind/memcheck/show-reachable</key>
166       <applyto>/apps/anjuta/valgrind/memcheck/show-reachable</applyto>
167       <owner>anjuta</owner>
168       <type>bool</type>
169       <default>false</default>
170       <locale name="C">
171          <short>Show reachable blocks in leak check</short>
172       </locale>
173     </schema>
175     <schema>
176       <key>/schemas/apps/anjuta/valgrind/memcheck/leak-resolution</key>
177       <applyto>/apps/anjuta/valgrind/memcheck/leak-resolution</applyto>
178       <owner>anjuta</owner>
179       <type>string</type>
180       <default>low</default>
181       <locale name="C">
182          <short>Amount of bt merging in leak check</short>
183       </locale>
184     </schema>
186     <schema>
187       <key>/schemas/apps/anjuta/valgrind/memcheck/freelist-vol</key>
188       <applyto>/apps/anjuta/valgrind/memcheck/freelist-vol</applyto>
189       <owner>anjuta</owner>
190       <type>int</type>
191       <default>1000000</default>
192       <locale name="C">
193          <short>Volume of freed blocks queue</short>
194       </locale>
195     </schema>
197     <schema>
198       <key>/schemas/apps/anjuta/valgrind/memcheck/workaround-gcc296-bugs</key>
199       <applyto>/apps/anjuta/valgrind/memcheck/workaround-gcc296-bugs</applyto>
200       <owner>anjuta</owner>
201       <type>bool</type>
202       <default>false</default>
203       <locale name="C">
204          <short>Work around gcc 2.96 bugs</short>
205       </locale>
206     </schema>
208     <schema>
209       <key>/schemas/apps/anjuta/valgrind/memcheck/avoid-strlen-errors</key>
210       <applyto>/apps/anjuta/valgrind/memcheck/avoid-strlen-errors</applyto>
211       <owner>anjuta</owner>
212       <type>bool</type>
213       <default>true</default>
214       <locale name="C">
215          <short>Suppress errors from inlined strlen</short>
216       </locale>
217     </schema>
219     <!-- Cachegrind settings -->
221     <schema>
222       <key>/schemas/apps/anjuta/valgrind/cachegrind/I1/override</key>
223       <applyto>/apps/anjuta/valgrind/cachegrind/I1/override</applyto>
224       <owner>anjuta</owner>
225       <type>bool</type>
226       <default>false</default>
227       <locale name="C">
228          <short>Override I1 cache settings</short>
229       </locale>
230     </schema>
232     <schema>
233       <key>/schemas/apps/anjuta/valgrind/cachegrind/I1/settings</key>
234       <applyto>/apps/anjuta/valgrind/cachegrind/I1/settings</applyto>
235       <owner>anjuta</owner>
236       <type>string</type>
237       <default></default>
238       <locale name="C">
239          <short>I1 cache settings to use in place of the defaults</short>
240       </locale>
241     </schema>
243     <schema>
244       <key>/schemas/apps/anjuta/valgrind/cachegrind/D1/override</key>
245       <applyto>/apps/anjuta/valgrind/cachegrind/D1/override</applyto>
246       <owner>anjuta</owner>
247       <type>bool</type>
248       <default>false</default>
249       <locale name="C">
250          <short>Override D1 cache settings</short>
251       </locale>
252     </schema>
254     <schema>
255       <key>/schemas/apps/anjuta/valgrind/cachegrind/D1/settings</key>
256       <applyto>/apps/anjuta/valgrind/cachegrind/D1/settings</applyto>
257       <owner>anjuta</owner>
258       <type>string</type>
259       <default></default>
260       <locale name="C">
261          <short>D1 cache settings to use in place of the defaults</short>
262       </locale>
263     </schema>
265     <schema>
266       <key>/schemas/apps/anjuta/valgrind/cachegrind/L2/override</key>
267       <applyto>/apps/anjuta/valgrind/cachegrind/L2/override</applyto>
268       <owner>anjuta</owner>
269       <type>bool</type>
270       <default>false</default>
271       <locale name="C">
272          <short>Override L2 cache settings</short>
273       </locale>
274     </schema>
276     <schema>
277       <key>/schemas/apps/anjuta/valgrind/cachegrind/L2/settings</key>
278       <applyto>/apps/anjuta/valgrind/cachegrind/L2/settings</applyto>
279       <owner>anjuta</owner>
280       <type>string</type>
281       <default></default>
282       <locale name="C">
283          <short>L2 cache settings to use in place of the defaults</short>
284       </locale>
285     </schema>
287     <!-- Helgrind settings -->
289     <schema>
290       <key>/schemas/apps/anjuta/valgrind/helgrind/private-stacks</key>
291       <applyto>/apps/anjuta/valgrind/helgrind/private-stacks</applyto>
292       <owner>anjuta</owner>
293       <type>bool</type>
294       <default>false</default>
295       <locale name="C">
296          <short>Assume thread stacks are used privately</short>
297       </locale>
298     </schema>
300     <schema>
301       <key>/schemas/apps/anjuta/valgrind/helgrind/show-last-access</key>
302       <applyto>/apps/anjuta/valgrind/helgrind/show-last-access</applyto>
303       <owner>anjuta</owner>
304       <type>string</type>
305       <default>no</default>
306       <locale name="C">
307          <short>Show location of last word access on error</short>
308       </locale>
309     </schema>
311   </schemalist>
312 </gconfschemafile>