Home
last modified time | relevance | path

Searched refs:valgrind (Results 1 – 25 of 144) sorted by relevance

123456

/external/valgrind/main/docs/internals/
Dmultiple-architectures.txt13 To support this the valgrind build system can now build multiple
25 the 'valgrind' launcher program can handle executables for either the
74 subdirectory will be created in the valgrind library directory for
78 <prefix>/lib/valgrind
79 <prefix>/lib/valgrind/default.supp
80 <prefix>/lib/valgrind/glibc-2.4.supp
81 <prefix>/lib/valgrind/hp2ps
82 <prefix>/lib/valgrind/amd64-linux
83 <prefix>/lib/valgrind/amd64-linux/vgpreload_core.so
84 <prefix>/lib/valgrind/amd64-linux/vgpreload_massif.so
[all …]
D3_4_BUGSTATUS.txt7 (3.4.1.RC1: 24 Feb 2009, vex r1884, valgrind r9253).
8 (3.4.1: 28 Feb 2009, vex r1884, valgrind r9293).
49 187680 valgrind: the 'impossible' happened (probably invalid)
51 187760 valgrind: the 'impossible' happened: VG_(arena_memalign)
60 188161 valgrind --track-origins=yes asserts (transient trunk
66 188258 javascript fragment gives different result under valgrind
73 188560 Include valgrind.spec in the tarball
77 188656 valgrind doesn't build on x86_64 machine (INVALID)
96 valgrind
98 189183 valgrind core dump on aix5.3 platform
Drelease-HOWTO.txt14 - Tell valgrind-developers you want to do a release. Give a timeframe for
25 for the release. (include/valgrind.h)
71 * Check valgrind-listener works on all archs, also connecting to it
90 have to be on valgrind.org if another site is easier).
101 - Email valgrind-users and valgrind-developers (but not valgrind-announce).
135 cd valgrind
143 cd valgrind
146 "VEX svn://svn.valgrind.org/vex/tags/VEX_3_3_0" .
149 "VEX svn://svn.valgrind.org/vex/branches/VEX_3_3_BRANCH" .
156 cd valgrind
[all …]
D3_0_BUGSTATUS.txt11 111554 valgrind crashes with Cannot allocate memory
21 115643 valgrind cannot allocate memory
91 111781 compile of valgrind-3.0.0 fails on my linux (gcc 2.X prob)
134 113642 New: valgrind crashes when trying to read debug information
142 FIXED-TRUNK: vex:1410, test in valgrind:4851
155 FIXED-TRUNK: vex:1411, test in valgrind:4859
178 115953 valgrind svn r5042 does not build with parallel make (-j3)
183 116057 New: valgrind maximum instruction size - VG_MAX_INSTR_SZB too
198 102202 valgrind crashes when realloc'ing until out of memory
216 110770 VEX: Generated files not always updated when making valgrind
[all …]
/external/valgrind/main/coregrind/
DMakefile.am34 valgrind \ program
306 m_gdbserver/valgrind-low.c \
307 m_gdbserver/valgrind-low-x86.c \
308 m_gdbserver/valgrind-low-amd64.c \
309 m_gdbserver/valgrind-low-arm.c \
310 m_gdbserver/valgrind-low-ppc32.c \
311 m_gdbserver/valgrind-low-ppc64.c \
312 m_gdbserver/valgrind-low-s390x.c \
440 m_gdbserver/32bit-core-valgrind-s1.xml \
441 m_gdbserver/32bit-core-valgrind-s2.xml \
[all …]
/external/valgrind/main/none/tests/
Drequire-text-symbol-2.stderr.exp-libcso62 valgrind: Fatal error at when loading library with soname
3 valgrind: libc.so.6
4 valgrind: Cannot find any text symbol with a name that matches the pattern
5 valgrind: doesntexist
6 valgrind: as required by a --require-text-symbol= specification.
8 valgrind: Cannot continue -- exiting now.
/external/valgrind/main/gdbserver_tests/
Dmchelp.stdoutB.exp1 general valgrind monitor commands:
8 v.set gdb_output : set valgrind output to gdb
9 v.set log_output : set valgrind output to log
10 v.set mixed_output : set valgrind output to log, interactive output to gdb
30 general valgrind monitor commands:
37 v.set gdb_output : set valgrind output to gdb
38 v.set log_output : set valgrind output to log
39 v.set mixed_output : set valgrind output to log, interactive output to gdb
41 debugging valgrind internals monitor commands:
43 v.info memory : show valgrind heap memory stats
[all …]
Dmssnapshot.stderrB.exp3 general valgrind monitor commands:
10 v.set gdb_output : set valgrind output to gdb
11 v.set log_output : set valgrind output to log
12 v.set mixed_output : set valgrind output to log, interactive output to gdb
DREADME_DEVELOPERS55 valgrind --version (and/or svn version)
61 In one window, the valgrind
85 prog: a program running under valgrind
154 valgrind --vgdb=yes --vgdb-error=0 --vgdb-poll=500 ./t
161 detach valgrind continues
163 detach valgrind continues
169 test of valgrind/gdb output redirection
171 valgrind --vgdb=yes --vgdb-error=1 --vgdb-poll=500 ./t
179 mo v.set vgdb-error 1000 # so that valgrind does stop only at error 1000 and after
180 mo v.set gdb_output # to have further valgrind errors output in gdb
[all …]
/external/valgrind/main/coregrind/m_gdbserver/
DREADME_DEVELOPERS2 to gdbserver in valgrind.
37 Activation of gdbserver code inside valgrind
40 link it with valgrind and allow the valgrind guest process to be
41 debugged by a gdb speaking to this gdbserver embedded in valgrind.
45 The gdbserver functionality is activated with valgrind command line
46 options. If gdbserver is not enabled, then the impact on valgrind
50 function of translate.c and an "if" in the valgrind scheduler.
51 If the valgrind gdbserver is activated (--vgdb=yes), the impact
52 is minimal (from time to time, the valgrind scheduler checks a counter
56 If valgrind gdbserver is activated with --vgdb=full, then
[all …]
Dtarget.c109 void VG_(transfer) (void *valgrind, in VG_()
116 VG_(dmemcpy) (gdbserver, valgrind, sz, mod); in VG_()
118 VG_(dmemcpy) (valgrind, gdbserver, sz, mod); in VG_()
/external/mesa3d/src/glsl/glcpp/tests/
Dglcpp-test30 valgrind --error-exitcode=31 --log-file=$test.valgrind-errors ../glcpp < $test >/dev/null 2>&1
33 cat $test.valgrind-errors
37 rm $test.valgrind-errors
/external/valgrind/main/
DMakefile.am67 pkgconfig_DATA = valgrind.pc
69 BUILT_SOURCES = default.supp valgrind.pc
106 valgrind.pc.in \
107 valgrind.spec.in \
108 valgrind.spec
Dvalgrind.spec.in7 URL: http://www.valgrind.org/
35 mv $RPM_BUILD_ROOT%{_datadir}/doc/valgrind/* docs.installed/
42 %{_includedir}/valgrind
43 %{_libdir}/valgrind
DREADME_DEVELOPERS4 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:
80 To debug the valgrind launcher program (<prefix>/bin/valgrind) just
83 Debugging the main body of the valgrind code (and/or the code for
87 (1) Set VALGRIND_LAUNCHER to point to the valgrind executable. Eg:
89 export VALGRIND_LAUNCHER=/usr/local/bin/valgrind
93 export VALGRIND_LAUNCHER=$DIR/coregrind/valgrind
97 gdb /usr/local/lib/valgrind/ppc32-linux/lackey
151 outer/.../bin/valgrind --sim-hints=enable-outer --trace-children=yes \
[all …]
DREADME_PACKAGERS33 baked into valgrind. The consequence is that you _must_ install
34 valgrind at the location specified in the prefix. If you don't,
41 -- Don't strip the debug info off lib/valgrind/$platform/vgpreload*.so
74 from valgrind.
77 -- Don't strip symbols from lib/valgrind/* in the installation tree.
89 valgrind -v --trace-children=yes firefox
91 valgrind -v --trace-children=yes soffice
95 it as a bugreport. See http://www.valgrind.org for details.
Dvalgrind.pc.in4 includedir=@includedir@/valgrind
14 Libs: -L${libdir}/valgrind -lcoregrind-@VGCONF_ARCH_PRI@-@VGCONF_OS@ -lvex-@VGCONF_ARCH_PRI@-@VGCON…
/external/valgrind/main/drd/scripts/
Ddownload-and-build-firefox27 if [ ! -e /usr/include/valgrind/valgrind.h ]; then
56 ac_add_options --with-valgrind
/external/valgrind/main/docs/
DMakefile.am74 xml/valgrind-manpage.xml \
92 vgdir = $(top_builddir)/docs/valgrind
187 mkdir -p $(DESTDIR)$(datadir)/doc/valgrind; \
188 cp -r html $(DESTDIR)$(datadir)/doc/valgrind; \
199 mkdir -p $(DESTDIR)$(datadir)/doc/valgrind; \
200 cp index.pdf $(DESTDIR)$(datadir)/doc/valgrind/valgrind_manual.pdf; \
204 mkdir -p $(DESTDIR)$(datadir)/doc/valgrind; \
205 cp index.ps $(DESTDIR)$(datadir)/doc/valgrind/valgrind_manual.ps; \
272 (tar cfj $(downloadsdir)/valgrind_manual.html.tar.bz2 ./valgrind/html/ ) )
DREADME7 valgrind/
10 valgrind/docs/
13 valgrind/docs/xml/
16 valgrind/<toolname>/docs/
19 valgrind/docs/images/
22 valgrind/docs/lib/
27 docs/valgrind-manpage.xml The valgrind manpage
59 valgrind/docs/. (Don't use 'make html'; that is a valid built-in
65 in valgrind/docs/html/ (including style sheets, images, etc).
68 $(install)/share/doc/valgrind/html/, if they are present. (They will
/external/regex-re2/util/
Dvalgrind.cc18 static const int valgrind = checkValgrind(); variable
21 return valgrind; in RunningOnValgrind()
/external/llvm/utils/valgrind/
Dx86_64-pc-linux-gnu.supp9 # http://svn.python.org/projects/python/trunk/Misc/README.valgrind
55 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
61 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
/external/bison/tests/
DMakefile.am88 .PHONY: maintainer-check-valgrind
89 maintainer-check-valgrind: $(TESTSUITE)
94 maintainer-check: maintainer-check-posix maintainer-check-valgrind maintainer-check-g++
/external/llvm/utils/lit/
DTODO7 - Support valgrind in all configs, and LLVM style valgrind.
/external/valgrind/main/tests/
Dvg_regtest.in156 my $valgrind = "./coregrind/valgrind";
206 } elsif ($arg =~ /^--valgrind=(.*)$/) {
207 $valgrind = $1;
208 } elsif ($arg =~ /^--valgrind-lib=(.*)$/) {
219 $valgrind = validate_program($tests_dir, $valgrind, 1, 0);
432 . "$valgrind --command-line-only=yes --memcheck:leak-check=no "

123456