1 <?xml version="1.0"?> <!-- -*- sgml -*- -->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
4 [ <!ENTITY % vg-entities SYSTEM "../../docs/xml/vg-entities.xml"> %vg-entities; ]>
10 <refentrytitle>vgdb</refentrytitle>
11 <manvolnum>1</manvolnum>
12 <refmiscinfo>Release &rel-version;</refmiscinfo>
16 <refname>vgdb</refname>
17 <refpurpose>intermediary between Valgrind and GDB or a shell</refpurpose>
22 <command>vgdb</command>
23 <arg><replaceable>options</replaceable></arg>
28 <refsect1 id="description">
29 <title>Description</title>
31 <para><command>vgdb</command> ("Valgrind to GDB") is used as an
32 intermediary between Valgrind and GDB or a shell. It has two usage modes:
35 <xi:include href="../../docs/xml/manual-core-adv.xml"
36 xpointer="vgdb.desc.modes"
37 xmlns:xi="http://www.w3.org/2001/XInclude" />
41 <refsect1 id="options">
42 <title>Options</title>
44 <xi:include href="../../docs/xml/manual-core-adv.xml"
45 xpointer="vgdb.opts.list"
46 xmlns:xi="http://www.w3.org/2001/XInclude" />
53 <refsect1 id="see_also">
54 <title>See Also</title>
58 <filename>&vg-docs-path;</filename> or
59 <filename>&vg-docs-url;</filename>,
60 <ulink id="&vg-gdbserver-id;"
61 xreflabel="&vg-gdbserver-label;"
62 url="&vg-gdbserver-url;">&vg-gdbserver-label;</ulink>
63 <ulink id="&vg-vgdb-id;"
64 xreflabel="&vg-vgdb-label;"
65 url="&vg-vgdb-url;">&vg-vgdb-label;</ulink>,
66 <ulink id="&vg-monitor-id;"
67 xreflabel="&vg-monitor-label;"
68 url="&vg-monitor-url;">&vg-monitor-label;</ulink>.
74 <refsect1 id="author">
77 <para>Philippe Waroquiers.</para>