From 244722f8ac1358352bc64e78fe703ff035bb996b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 29 Nov 2005 11:12:35 +0000 Subject: [PATCH] Fix some whitespace issues. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5249 --- docs/xml/writing-tools.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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: - +