Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

valgrind-listener (1)

Name

valgrind-listener - listens on a socket for Valgrind commentary

Synopsis

valgrind-listener [options]

Description

VALGRIND-LISTENER(1)           valgrind-listener          VALGRIND-LISTENER(1)



NAME
       valgrind-listener - listens on a socket for Valgrind commentary

SYNOPSIS
       valgrind-listener [options]

DESCRIPTION
       valgrind-listener accepts (multiple) connections from valgrind
       processes that use the --log-socket option on the specified port and
       copies the commentary it is sent to stdout.

OPTIONS
       -e --exit-at-zero
           When the number of connected processes falls back to zero, exit.
           Without this, it will run forever, that is, until you send it
           Control-C.

       --max-connect=INTEGER
           By default, the listener can connect to up to 50 processes.
           Occasionally, that number is too small. Use this option to provide
           a different limit. E.g.  --max-connect=100.

       portnumber
           Changes the port it listens on from the default (1500). The
           specified port must be in the range 1024 to 65535. The same
           restriction applies to port numbers specified by a --log-socket to
           Valgrind itself.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+--------------------------+
       |ATTRIBUTE TYPE |     ATTRIBUTE VALUE      |
       +---------------+--------------------------+
       |Availability   | developer/debug/valgrind |
       +---------------+--------------------------+
       |Stability      | Uncommitted              |
       +---------------+--------------------------+

SEE ALSO
       valgrind(1), $INSTALL/share/doc/valgrind/html/index.html or
       http://www.valgrind.org/docs/manual/index.html.

AUTHOR
       Julian Seward.



NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland.  The original community
       source was downloaded from
       ftp://sourceware.org/pub/valgrind/valgrind-3.18.1.tar.bz2.

       Further information about this software can be found on the open source
       community website at http://valgrind.org.



Release 3.18.0                    06/28/2022              VALGRIND-LISTENER(1)