From: Philippe Waroquiers Date: Sun, 18 Aug 2019 22:26:18 +0000 (+0200) Subject: Fix README_DEVELOPERS tool executable in debugging instruction examples. X-Git-Tag: VALGRIND_3_16_0~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aeb970dc247c7573aca7f62bcca54328d9e6464;p=thirdparty%2Fvalgrind.git Fix README_DEVELOPERS tool executable in debugging instruction examples. --- diff --git a/README_DEVELOPERS b/README_DEVELOPERS index 3a36fc4792..97f2329059 100644 --- a/README_DEVELOPERS +++ b/README_DEVELOPERS @@ -99,11 +99,11 @@ without too much problem by following these steps: (2) Run gdb on the tool executable. Eg: - gdb /usr/local/lib/valgrind/ppc32-linux/lackey + gdb /usr/local/lib/valgrind/lackey-ppc32-linux or - gdb $DIR/.in_place/x86-linux/memcheck + gdb $DIR/.in_place/memcheck-x86-linux (3) Do "handle SIGSEGV SIGILL nostop noprint" in GDB to prevent GDB from stopping on a SIGSEGV or SIGILL: