~ubuntu-branches/ubuntu/vivid/glib2.0/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/reference/glib/html/glib-running.html

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2013-03-19 13:58:27 UTC
  • mto: (1.67.1) (207.1.1 experimental) (3.3.49 sid)
  • mto: This revision was merged to the branch mainline in revision 180.
  • Revision ID: package-import@ubuntu.com-20130319135827-2tq0kp2r93bmiu2b
Tags: upstream-2.35.9
ImportĀ upstreamĀ versionĀ 2.35.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Running GLib Applications</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
7
7
<link rel="home" href="index.html" title="GLib Reference Manual">
8
8
<link rel="up" href="glib.html" title="GLib Overview">
9
9
<link rel="prev" href="glib-compiling.html" title="Compiling GLib Applications">
10
10
<link rel="next" href="glib-changes.html" title="Changes to GLib">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
31
31
<td valign="top" align="right"></td>
32
32
</tr></table></div>
33
33
<div class="refsect1">
34
 
<a name="idp12958416"></a><h2>Running and debugging GLib Applications</h2>
 
34
<a name="id-1.2.7.3"></a><h2>Running and debugging GLib Applications</h2>
35
35
<div class="refsect2">
36
 
<a name="idp7052672"></a><h3>Environment variables</h3>
 
36
<a name="id-1.2.7.3.2"></a><h3>Environment variables</h3>
37
37
<p>
38
38
  The runtime behaviour of GLib applications can be influenced by a
39
39
  number of environment variables.
94
94
    This environment variable can be set to a list of debug options,
95
95
    which cause GLib to print out different types of debugging information.
96
96
    </p>
97
 
<div class="variablelist"><table border="0">
 
97
<div class="variablelist"><table border="0" class="variablelist">
 
98
<colgroup>
98
99
<col align="left" valign="top">
 
100
<col>
 
101
</colgroup>
99
102
<tbody>
100
103
<tr>
101
104
<td><p><span class="term">fatal-warnings</span></p></td>
136
139
    This environment variable allows reconfiguration of the GSlice
137
140
    memory allocator.
138
141
    </p>
139
 
<div class="variablelist"><table border="0">
 
142
<div class="variablelist"><table border="0" class="variablelist">
 
143
<colgroup>
140
144
<col align="left" valign="top">
 
145
<col>
 
146
</colgroup>
141
147
<tbody>
142
148
<tr>
143
149
<td><p><span class="term">always-malloc</span></p></td>
230
236
</div>
231
237
<hr>
232
238
<div class="refsect2">
233
 
<a name="idp12061072"></a><h3>Traps and traces</h3>
 
239
<a name="id-1.2.7.3.4"></a><h3>Traps and traces</h3>
234
240
<p>
235
241
 
236
242
 
271
277
</div>
272
278
<hr>
273
279
<div class="refsect2">
274
 
<a name="idp12071072"></a><h3>Gdb debugging macros</h3>
 
280
<a name="id-1.2.7.3.5"></a><h3>Gdb debugging macros</h3>
275
281
<p>
276
282
glib ships with a set of python macros for the gdb debugger. These includes pretty
277
283
printers for lists, hashtables and gobject types. It also has a backtrace filter
302
308
</div>
303
309
<hr>
304
310
<div class="refsect2">
305
 
<a name="idp12075248"></a><h3>SystemTap</h3>
 
311
<a name="id-1.2.7.3.6"></a><h3>SystemTap</h3>
306
312
<p>
307
313
<a class="ulink" href="http://sourceware.org/systemtap/" target="_top">SystemTap</a> is a dynamic whole-system
308
314
analysis toolkit.  GLib ships with a file <code class="filename">glib.stp</code> which defines a
313
319
</div>
314
320
<hr>
315
321
<div class="refsect2">
316
 
<a name="idp12079520"></a><h3>Memory statistics</h3>
 
322
<a name="id-1.2.7.3.7"></a><h3>Memory statistics</h3>
317
323
<p>
318
324
g_mem_profile() will output a summary g_malloc() memory usage, if memory
319
325
profiling has been enabled by calling
329
335
</div>
330
336
<div class="footer">
331
337
<hr>
332
 
          Generated by GTK-Doc V1.18</div>
 
338
          Generated by GTK-Doc V1.18.1</div>
333
339
</body>
334
340
</html>
 
 
b'\\ No newline at end of file'