Home | History | Annotate | Download | only in docs
      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; ]>
      5 
      6 
      7 <refentry id="vgdb">
      8 
      9 <refmeta>
     10   <refentrytitle>vgdb</refentrytitle>
     11   <manvolnum>1</manvolnum>
     12   <refmiscinfo>Release &rel-version;</refmiscinfo>
     13 </refmeta>
     14 
     15 <refnamediv>
     16   <refname>vgdb</refname>
     17   <refpurpose>intermediary between Valgrind and GDB or a shell</refpurpose>
     18 </refnamediv>
     19 
     20 <refsynopsisdiv>
     21 <cmdsynopsis>
     22   <command>vgdb</command>
     23   <arg><replaceable>options</replaceable></arg>
     24 </cmdsynopsis>
     25 </refsynopsisdiv>
     26 
     27 
     28 <refsect1 id="description">
     29 <title>Description</title>
     30 
     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:
     33 </para>
     34 
     35 <xi:include href="../../docs/xml/manual-core-adv.xml"
     36             xpointer="vgdb.desc.modes"
     37             xmlns:xi="http://www.w3.org/2001/XInclude" />
     38 
     39 </refsect1>
     40 
     41 <refsect1 id="options">
     42 <title>Options</title>
     43 
     44 <xi:include href="../../docs/xml/manual-core-adv.xml"
     45             xpointer="vgdb.opts.list"
     46             xmlns:xi="http://www.w3.org/2001/XInclude" />
     47 
     48 </refsect1>
     49 
     50 
     51 
     52 
     53 <refsect1 id="see_also">
     54 <title>See Also</title>
     55 
     56 <para>
     57 valgrind(1),
     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>.
     69 </para>
     70 
     71 </refsect1>
     72 
     73 
     74 <refsect1 id="author">
     75 <title>Author</title>
     76 
     77 <para>Philippe Waroquiers.</para>
     78 
     79 </refsect1>
     80 
     81 
     82 </refentry>
     83 
     84 
     85