'\" t .\" Title: valgrind-listener .\" Author: [see the "Author" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: 11/16/2014 .\" Manual: Release 3.10.0 .\" Source: Release 3.10.0 .\" Language: English .\" .TH "VALGRIND\-LISTENER" "1" "11/16/2014" "Release 3.10.0" "Release 3.10.0" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" valgrind-listener \- listens on a socket for Valgrind commentary .SH "SYNOPSIS" .HP \w'\fBvalgrind\-listener\fR\ 'u \fBvalgrind\-listener\fR [\fIoptions\fR] .SH "DESCRIPTION" .PP \fBvalgrind\-listener\fR accepts (multiple) connections from \fBvalgrind\fR processes that use the \fB\-\-log\-socket\fR option on the specified port and copies the commentary it is sent to stdout\&. .SH "OPTIONS" .PP \fB\-e \-\-exit\-at\-zero\fR .RS 4 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\&. .RE .PP \fBportnumber\fR .RS 4 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 \fB\-\-log\-socket\fR to Valgrind itself\&. .RE .SH "SEE ALSO" .PP valgrind(1), $INSTALL/share/doc/valgrind/html/index\&.html or http://www\&.valgrind\&.org/docs/manual/index\&.html\&. .SH "AUTHOR" .PP Julian Seward\&.