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="listener">
      8 
      9 <refmeta>
     10   <refentrytitle>valgrind-listener</refentrytitle>
     11   <manvolnum>1</manvolnum>
     12   <refmiscinfo>Release &rel-version;</refmiscinfo>
     13 </refmeta>
     14 
     15 <refnamediv>
     16   <refname>valgrind-listener</refname>
     17   <refpurpose>listens on a socket for Valgrind commentary</refpurpose>
     18 </refnamediv>
     19 
     20 <refsynopsisdiv>
     21 <cmdsynopsis>
     22   <command>valgrind-listener</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>valgrind-listener</command> accepts (multiple) connections
     32 from <command>valgrind</command> processes that use the
     33 <option>--log-socket</option> option on the specified port and copies the
     34 commentary it is sent to stdout.
     35 </para>
     36 
     37 </refsect1>
     38 
     39 
     40 
     41 <refsect1 id="options">
     42 <title>Options</title>
     43 
     44 <xi:include href="../../docs/xml/manual-core.xml" xpointer="listener.opts.list"
     45             xmlns:xi="http://www.w3.org/2001/XInclude" />
     46 
     47 </refsect1>
     48 
     49 
     50 
     51 
     52 <refsect1 id="see_also">
     53 <title>See Also</title>
     54 
     55 <para>
     56 valgrind(1),
     57 <filename>&vg-docs-path;</filename> or
     58 <filename>&vg-docs-url;</filename>.
     59 </para>
     60 
     61 </refsect1>
     62 
     63 
     64 <refsect1 id="author">
     65 <title>Author</title>
     66 
     67 <para>Julian Seward.</para>
     68 
     69 </refsect1>
     70 
     71 
     72 </refentry>
     73 
     74 
     75