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

« back to all changes in this revision

Viewing changes to docs/html/manual-core.html

  • 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:
610
610
<p><code class="option">%p</code> is replaced with the current process ID.
611
611
      This is very useful for program that invoke multiple processes.
612
612
      WARNING: If you use <code class="option">--trace-children=yes</code> and your
613
 
      program invokes multiple processes and you don't use this specifier
 
613
      program invokes multiple processes OR your program forks without
 
614
      calling exec afterwards, and you don't use this specifier
614
615
      (or the <code class="option">%q</code> specifier below), the Valgrind output from
615
616
      all those processes will go into one file, possibly jumbled up, and
616
617
      possibly incomplete.</p>
749
750
    </span>
750
751
</dt>
751
752
<dd><p>Specifies an extra file from which to read descriptions of
752
 
      errors to suppress.  You may use as many extra suppressions files
753
 
      as you like.</p></dd>
 
753
      errors to suppress.  You may use up to 100 extra suppression
 
754
      files.</p></dd>
754
755
<dt>
755
756
<a name="opt.gen-suppressions"></a><span class="term">
756
757
      <code class="option">--gen-suppressions=&lt;yes|no|all&gt; [default: no] </code>