From: Florian Krohm Date: Mon, 28 Jul 2025 09:51:55 +0000 (+0000) Subject: README_DEVELOPERS: change a few path names for consistency X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7ce61bec4c7c86cec0b2896d62c8b3a73015610;p=thirdparty%2Fvalgrind.git README_DEVELOPERS: change a few path names for consistency --- diff --git a/README_DEVELOPERS b/README_DEVELOPERS index a3360580e..fc5a80129 100644 --- a/README_DEVELOPERS +++ b/README_DEVELOPERS @@ -271,12 +271,12 @@ without too much problem by following these steps: 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 + are found (which is under /usr/local/libexec/valgrind for an installed version). (2) Run gdb on the tool executable. Eg: - gdb /usr/local/lib/valgrind/lackey-ppc32-linux + gdb /usr/local/libexec/valgrind/lackey-ppc32-linux or