From: Nicholas Nethercote Date: Thu, 18 Nov 2004 18:35:02 +0000 (+0000) Subject: Fix incorrect info about using GDB on Valgrind. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fsvn%2FVALGRIND_2_2_0_BRANCH;p=thirdparty%2Fvalgrind.git 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 --- 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,