File: valgrind-listener.1

package info (click to toggle)
valgrind 1%3A3.12.0~svn20160714-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 120,428 kB
  • ctags: 70,855
  • sloc: ansic: 674,645; exp: 26,134; xml: 21,574; asm: 7,570; cpp: 7,567; makefile: 7,380; sh: 6,188; perl: 5,855; haskell: 195
file content (70 lines) | stat: -rw-r--r-- 2,492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
'\" t
.\"     Title: valgrind-listener
.\"    Author: [see the "Author" section]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
.\"      Date: 07/14/2016
.\"    Manual: Release 3.12.0.SVN
.\"    Source: Release 3.12.0.SVN
.\"  Language: English
.\"
.TH "VALGRIND\-LISTENER" "1" "07/14/2016" "Release 3.12.0.SVN" "Release 3.12.0.SVN"
.\" -----------------------------------------------------------------
.\" * 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
\fB\-\-max\-connect=INTEGER\fR
.RS 4
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\&.
.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\&.