From: Tom Hughes Date: Tue, 29 Nov 2005 11:12:35 +0000 (+0000) Subject: Fix some whitespace issues. X-Git-Tag: svn/VALGRIND_3_2_0~566 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=244722f8ac1358352bc64e78fe703ff035bb996b;p=thirdparty%2Fvalgrind.git Fix some whitespace issues. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5249 --- diff --git a/docs/xml/writing-tools.xml b/docs/xml/writing-tools.xml index 1c5e26023b..38e65f54a6 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: - +