From 88e337b56877441e59c0322aed126e4a4d79b5e9 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Thu, 18 Nov 2004 18:35:02 +0000 Subject: [PATCH] Fix incorrect info about using GDB on Valgrind. MERGED FROM HEAD git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_2_2_0_BRANCH@3047 --- coregrind/docs/coregrind_tools.html | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/coregrind/docs/coregrind_tools.html b/coregrind/docs/coregrind_tools.html index 7fc0b5381c..19f79733b9 100644 --- a/coregrind/docs/coregrind_tools.html +++ b/coregrind/docs/coregrind_tools.html @@ -547,33 +547,8 @@ usual GDB command: usually gives the location of the segmentation fault.

If you want to debug C functions used by your tool, you can attach GDB to -Valgrind with some effort: -

+Valgrind with some effort; see the file README_DEVELOPERS in +CVS for instructions.

GDB may be able to give you useful information. Note that by default most of the system is built with -fomit-frame-pointer, -- 2.47.2