mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Remove some cross-references that are broken in the man pages because they
only include a subset of the User Manual. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10757
This commit is contained in:
parent
c149a17389
commit
0db63a66bf
@ -722,7 +722,12 @@ Also see <xref linkend="cl-manual.limits"/>.</para>
|
||||
implicitly sets
|
||||
<option>--collect-state=no</option>.</para>
|
||||
<para>Collection state can be toggled also by inserting the client request
|
||||
<computeroutput><xref linkend="cr.toggle-collect"/>;</computeroutput>
|
||||
<computeroutput>
|
||||
<!-- commented out because it causes broken links in the man page
|
||||
<xref linkend="cr.toggle-collect"/>;
|
||||
-->
|
||||
CALLGRIND_TOGGLE_COLLECT
|
||||
;</computeroutput>
|
||||
at the needed code positions.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
@ -1010,9 +1010,12 @@ that can report errors, e.g. Memcheck, but not Cachegrind.</para>
|
||||
wildcards to function names, and by using frame-level wildcards.
|
||||
The wildcarding facilities are powerful yet flexible, and with a
|
||||
bit of careful editing, you may be able to suppress a whole
|
||||
family of related errors with only a few suppressions. For
|
||||
details on how to do this, see
|
||||
<xref linkend="manual-core.suppress"/>.</para>
|
||||
family of related errors with only a few suppressions.
|
||||
<!-- commented out because it causes broken links in the man page
|
||||
For details on how to do this, see
|
||||
<xref linkend="manual-core.suppress"/>.
|
||||
-->
|
||||
</para>
|
||||
|
||||
<para>Sometimes two different errors
|
||||
are suppressed by the same suppression, in which case Valgrind
|
||||
@ -1320,8 +1323,12 @@ need to use these.</para>
|
||||
code gets put on the stack for most programs. The
|
||||
<function>VALGRIND_DISCARD_TRANSLATIONS</function> client request is
|
||||
an alternative to <option>--smc-check=all</option> that requires more
|
||||
effort but is much faster; see <xref
|
||||
linkend="manual-core-adv.clientreq"/> for more details.</para>
|
||||
effort but is much faster.
|
||||
<!-- commented out because it causes broken links in the man page
|
||||
; see <xref
|
||||
linkend="manual-core-adv.clientreq"/> for more details.
|
||||
-->
|
||||
</para>
|
||||
|
||||
<para>Some architectures (including ppc32 and ppc64) require
|
||||
programs which create code at runtime to flush the instruction
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user