mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Fix some whitespace issues.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5249
This commit is contained in:
parent
d3eaf1f0ba
commit
244722f8ac
@ -609,8 +609,7 @@ achieve this by following these steps:</para>
|
||||
<computeroutput><![CDATA[ <prefix>/bin/valgrind]]></computeroutput>:
|
||||
</para>
|
||||
<programlisting><![CDATA[
|
||||
export VALGRIND_LAUNCHER=/usr/local/bin/valgrind]]>
|
||||
</programlisting>
|
||||
export VALGRIND_LAUNCHER=/usr/local/bin/valgrind]]></programlisting>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
@ -629,14 +628,14 @@ achieve this by following these steps:</para>
|
||||
|
||||
<listitem>
|
||||
<para>Set any breakpoints you want and proceed as normal for GDB:</para>
|
||||
<programlisting><![CDATA[(gdb) b vgPlain_do_exec]]></programlisting>
|
||||
<programlisting> <![CDATA[(gdb) b vgPlain_do_exec]]></programlisting>
|
||||
<para>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</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Run the tool with required options:</para>
|
||||
<programlisting><![CDATA[(gdb) run pwd]]></programlisting>
|
||||
<programlisting> <![CDATA[(gdb) run pwd]]></programlisting>
|
||||
</listitem>
|
||||
|
||||
</orderedlist>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user