From 0db63a66bf76beb283bbe24a93d60ba592809058 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Mon, 10 Aug 2009 00:42:43 +0000 Subject: [PATCH] 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 --- callgrind/docs/cl-manual.xml | 7 ++++++- docs/xml/manual-core.xml | 17 ++++++++++++----- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/callgrind/docs/cl-manual.xml b/callgrind/docs/cl-manual.xml index 6715165f42..818237af9c 100644 --- a/callgrind/docs/cl-manual.xml +++ b/callgrind/docs/cl-manual.xml @@ -722,7 +722,12 @@ Also see . implicitly sets . Collection state can be toggled also by inserting the client request - ; + + + CALLGRIND_TOGGLE_COLLECT + ; at the needed code positions. diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index 3335ea113e..9104078840 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -1010,9 +1010,12 @@ that can report errors, e.g. Memcheck, but not Cachegrind. 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 - . + family of related errors with only a few suppressions. + + Sometimes two different errors are suppressed by the same suppression, in which case Valgrind @@ -1320,8 +1323,12 @@ need to use these. code gets put on the stack for most programs. The VALGRIND_DISCARD_TRANSLATIONS client request is an alternative to that requires more - effort but is much faster; see for more details. + effort but is much faster. + + Some architectures (including ppc32 and ppc64) require programs which create code at runtime to flush the instruction -- 2.47.3