diff --git a/docs/xml/writing-tools.xml b/docs/xml/writing-tools.xml index 1c5e26023..38e65f54a 100644 --- a/docs/xml/writing-tools.xml +++ b/docs/xml/writing-tools.xml @@ -609,8 +609,7 @@ achieve this by following these steps: /bin/valgrind]]>: - + export VALGRIND_LAUNCHER=/usr/local/bin/valgrind]]> @@ -629,14 +628,14 @@ achieve this by following these steps: Set any breakpoints you want and proceed as normal for GDB: - + The macro VG_(FUNC) is expanded to vgPlain_FUNC, so If you want to set a breakpoint VG_(do_exec), you could do like this in GDB Run the tool with required options: - +