1VALGRIND-DI-SERVER(1) Release 3.15.0 VALGRIND-DI-SERVER(1)
2
3
4
6 valgrind-di-server - Experimental debuginfo server for valgrind
7
9 valgrind-di-server [options]
10
12 valgrind-di-server accepts (multiple) connections from valgrind
13 processes that use the
14 --debuginfo-server option on the specified port and serves
15 (compressed) debuginfo files (in chunks) from the current working
16 directory.
17
19 -e --exit-at-zero
20 When the number of connected processes falls back to zero, exit.
21 Without this, it will run forever, that is, until you send it
22 Control-C.
23
24 --max-connect=INTEGER
25 By default, the server can connect to up to 50 processes.
26 Occasionally, that number is too small. Use this option to provide
27 a different limit. E.g. --max-connect=100.
28
29 portnumber
30 Changes the port it listens on from the default (1500). The
31 specified port must be in the range 1024 to 65535. The same
32 restriction applies to port numbers specified by the
33 --debuginfo-server option to Valgrind itself.
34
36 valgrind(1), $INSTALL/share/doc/valgrind/html/index.html or
37 http://www.valgrind.org/docs/manual/index.html.
38
40 Julian Seward.
41
42
43
44Release 3.15.0 04/13/2019 VALGRIND-DI-SERVER(1)