From: Florian K. <fk...@so...> - 2025-07-28 09:52:44
|
https://sourceware.org/cgit/valgrind/commit/?id=b7ce61bec4c7c86cec0b2896d62c8b3a73015610 commit b7ce61bec4c7c86cec0b2896d62c8b3a73015610 Author: Florian Krohm <fl...@ei...> Date: Mon Jul 28 09:51:55 2025 +0000 README_DEVELOPERS: change a few path names for consistency Diff: --- README_DEVELOPERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_DEVELOPERS b/README_DEVELOPERS index a3360580eb..fc5a801295 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 |