]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix README_DEVELOPERS tool executable in debugging instruction examples.
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 18 Aug 2019 22:26:18 +0000 (00:26 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 18 Aug 2019 22:26:18 +0000 (00:26 +0200)
README_DEVELOPERS

index 3a36fc4792a6b954a56680f373bd370541832adb..97f2329059a7b97c83b912984f8431b187a3c303 100644 (file)
@@ -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: