• Home
  • Raw
  • Download

Lines Matching refs:valgrind

4 To run Valgrind without having to install it, run coregrind/valgrind
8 VALGRIND_LIB=~/grind/head4/.in_place ~/grind/head4/coregrind/valgrind
22 To build a distribution tarball from the valgrind sources:
81 To debug the valgrind launcher program (<prefix>/bin/valgrind) just
84 Debugging the main body of the valgrind code (and/or the code for
88 (1) Set VALGRIND_LAUNCHER to point to the valgrind executable. Eg:
90 export VALGRIND_LAUNCHER=/usr/local/bin/valgrind
94 export VALGRIND_LAUNCHER=$DIR/coregrind/valgrind
98 gdb /usr/local/lib/valgrind/ppc32-linux/lackey
160 outer/.../bin/valgrind --sim-hints=enable-outer --trace-children=yes \
163 inner/.../bin/valgrind --vgdb-prefix=./inner --tool=none -v prog
165 Note: You must use a "make install"-ed valgrind.
166 Do *not* use vg-in-place for the outer valgrind.
179 * a GDB attached to the Outer valgrind, allowing
210 perl tests/vg_regtest --outer-valgrind=../outer/.../bin/valgrind \
214 perl tests/vg_regtest --outer-valgrind=../outer/.../bin/valgrind \
218 perl tests/vg_regtest --outer-valgrind=../outer/.../bin/valgrind \
224 Note: --outer-valgrind must be a "make install"-ed valgrind.
227 When an outer valgrind runs an inner valgrind, a regression test
229 errors detected by the outer valgrind. E.g. for an outer memcheck, it
239 perl perf/vg_perf --outer-valgrind=../outer/.../bin/valgrind perf
242 perl perf/vg_perf --outer-valgrind=../outer/.../bin/valgrind perf/bz2
245 perl perf/vg_perf --outer-valgrind=../outer/.../bin/valgrind \
248 Note: --outer-valgrind must be a "make install"-ed valgrind.
252 perl perf/vg_perf --outer-valgrind=../outer/.../bin/valgrind \
268 --outer-valgrind=../outer_trunk/install/bin/valgrind \