~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to docs/valgrind.1

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-06-19 09:57:35 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20080619095735-0w0fyjp7znob3pek
Tags: upstream-3.3.1
ImportĀ upstreamĀ versionĀ 3.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1).
3
3
.\" Instead of manually editing it, you probably should edit the DocBook XML
4
4
.\" source for it and then use the DocBook XSL Stylesheets to regenerate it.
5
 
.TH "VALGRIND" "1" "12/11/2007" "Release 3.3.0" "Release 3.3.0"
 
5
.TH "VALGRIND" "1" "06/01/2008" "Release 3.3.1" "Release 3.3.1"
6
6
.\" disable hyphenation
7
7
.nh
8
8
.\" disable justification (adjust text to left margin only)
136
136
\fB%p\fR
137
137
is replaced with the current process ID. This is very useful for program that invoke multiple processes. WARNING: If you use
138
138
\fB\-\-trace\-children=yes\fR
139
 
and your program invokes multiple processes and you don't use this specifier (or the
 
139
and your program invokes multiple processes OR your program forks without calling exec afterwards, and you don't use this specifier (or the
140
140
\fB%q\fR
141
141
specifier below), the Valgrind output from all those processes will go into one file, possibly jumbled up, and possibly incomplete.
142
142
.sp
205
205
will be shown.
206
206
.TP
207
207
\fB\-\-suppressions=<filename> [default: $PREFIX/lib/valgrind/default.supp] \fR
208
 
Specifies an extra file from which to read descriptions of errors to suppress. You may use as many extra suppressions files as you like.
 
208
Specifies an extra file from which to read descriptions of errors to suppress. You may use up to 100 extra suppression files.
209
209
.TP
210
210
\fB\-\-gen\-suppressions=<yes|no|all> [default: no] \fR
211
211
When set to