From: Nicholas Nethercote Date: Thu, 18 Nov 2004 18:34:04 +0000 (+0000) Subject: Fix incorrect info about using GDB on Valgrind. X-Git-Tag: svn/VALGRIND_3_0_0~1271 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d499fc42e1edb4da17cca69d21247bb0bed7e74;p=thirdparty%2Fvalgrind.git Fix incorrect info about using GDB on Valgrind. MERGE TO STABLE git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3046 --- diff --git a/coregrind/docs/coregrind_tools.html b/coregrind/docs/coregrind_tools.html index 20b42a3604..c9546509aa 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,