From: Mark Wielaard Date: Thu, 16 Feb 2023 12:44:08 +0000 (+0100) Subject: README_DEVELOPERS: Explain how to set VALGRIND_LIB to gdb valgrind X-Git-Tag: VALGRIND_3_21_0~172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61da760afe83f566835b3b718e875c1eed904172;p=thirdparty%2Fvalgrind.git README_DEVELOPERS: Explain how to set VALGRIND_LIB to gdb valgrind --- diff --git a/README_DEVELOPERS b/README_DEVELOPERS index 6f7d1a9eee..5b0a1bc6ad 100644 --- a/README_DEVELOPERS +++ b/README_DEVELOPERS @@ -96,6 +96,11 @@ without too much problem by following these steps: or for an uninstalled version in a source directory $DIR: export VALGRIND_LAUNCHER=$DIR/coregrind/valgrind + export VALGRIND_LIB=$DIR/.in_place + + VALGRIND_LIB is where the default.supp and vgpreload_ libraries + are found (which is under /usr/libexec/valgrind for an installed + version). (2) Run gdb on the tool executable. Eg: