valgrind-listener (1)
Leading comments
Title: valgrind-listener Author: [see the "Author" section] Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> Date: 09/11/2017 Manual: Release 3.13.0 Source: Release 3.13.0 Language: English
NAME
valgrind-listener - listens on a socket for Valgrind commentarySYNOPSIS
- valgrind-listener [options]
DESCRIPTION
valgrind-listener
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.
SEE ALSO
valgrind(1), $INSTALL/share/doc/valgrind/html/index.html or www.valgrind.org/docs/manual/index.html
AUTHOR
Julian Seward.