other versions
- wheezy 1:3.7.0-6
- wheezy-backports 1:3.10.0-4~bpo7+1
- jessie 1:3.10.0-4
- testing 1:3.12.0~svn20160714-1+b1
- unstable 1:3.12.0-1.1
VALGRIND-LISTENER(1) | Release 3.10.0 | VALGRIND-LISTENER(1) |
NAME¶
valgrind-listener - listens on a socket for Valgrind commentarySYNOPSIS¶
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-zeroWhen the number of connected processes falls
back to zero, exit. Without this, it will run forever, that is, until you send
it Control-C.
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 http://www.valgrind.org/docs/manual/index.html.AUTHOR¶
Julian Seward.03/16/2017 | Release 3.10.0 |