Home
last modified time | relevance | path

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

12345678910

/external/pcre/dist/
DRunGrepTest23 valgrind=
26 valgrind) valgrind="valgrind -q --leak-check=no --smc-check=all";;
34 if [ "$valgrind" = "" ] ; then
73 (cd $srcdir; $valgrind $pcregrep PATTERN ./testdata/grepinput) >>testtrygrep
77 (cd $srcdir; $valgrind $pcregrep '^PATTERN' ./testdata/grepinput) >>testtrygrep
81 (cd $srcdir; $valgrind $pcregrep -in PATTERN ./testdata/grepinput) >>testtrygrep
85 (cd $srcdir; $valgrind $pcregrep -ic PATTERN ./testdata/grepinput) >>testtrygrep
89 (cd $srcdir; $valgrind $pcregrep -in PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtryg…
93 (cd $srcdir; $valgrind $pcregrep -inh PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtry…
97 (cd $srcdir; $valgrind $pcregrep -il PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtryg…
[all …]
DRunTest180 valgrind=
248 valgrind) valgrind="valgrind --tool=memcheck -q --smc-check=all";;
249valgrind-log) valgrind="valgrind --tool=memcheck --num-callers=30 --leak-check=no --error-limit=no…
426 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput1 testtry
444 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput2 testtry
507 $sim $valgrind ./pcretest -q $bmode $opt $infile testtry
543 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput4 testtry
563 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput5 testtry
583 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput6 testtry
605 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput7 testtry
[all …]
/external/valgrind/main/coregrind/
DMakefile.am35 valgrind \ program
351 m_gdbserver/valgrind-low-x86.c \
352 m_gdbserver/valgrind-low-amd64.c \
353 m_gdbserver/valgrind-low-arm.c \
354 m_gdbserver/valgrind-low-arm64.c \
355 m_gdbserver/valgrind-low-ppc32.c \
356 m_gdbserver/valgrind-low-ppc64.c \
357 m_gdbserver/valgrind-low-s390x.c \
358 m_gdbserver/valgrind-low-mips32.c \
359 m_gdbserver/valgrind-low-mips64.c \
[all …]
/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)
80 * Check valgrind-listener works on all archs, also connecting to it
104 have to be on valgrind.org if another site is easier).
115 - Email valgrind-users and valgrind-developers (but not valgrind-announce).
149 cd valgrind
157 cd valgrind
160 "VEX svn://svn.valgrind.org/vex/tags/VEX_3_3_0" .
163 "VEX svn://svn.valgrind.org/vex/branches/VEX_3_3_BRANCH" .
170 cd valgrind
[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/auxprogs/
DMakefile.in52 bin_PROGRAMS = valgrind-listener$(EXEEXT) valgrind-di-server$(EXEEXT)
69 valgrind_di_server-valgrind-di-server.$(OBJEXT)
75 valgrind_listener-valgrind-listener.$(OBJEXT)
380 docs/valgrind-listener-manpage.xml \
390 valgrind_listener_SOURCES = valgrind-listener.c
395 valgrind_di_server_SOURCES = valgrind-di-server.c
472 valgrind-di-server$(EXEEXT): $(valgrind_di_server_OBJECTS) $(valgrind_di_server_DEPENDENCIES) $(EXT…
473 @rm -f valgrind-di-server$(EXEEXT)
475 valgrind-listener$(EXEEXT): $(valgrind_listener_OBJECTS) $(valgrind_listener_DEPENDENCIES) $(EXTRA_…
476 @rm -f valgrind-listener$(EXEEXT)
[all …]
DMakefile.am14 docs/valgrind-listener-manpage.xml \
29 bin_PROGRAMS = valgrind-listener valgrind-di-server
31 valgrind_listener_SOURCES = valgrind-listener.c
43 valgrind_di_server_SOURCES = valgrind-di-server.c
/external/valgrind/main/
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
159 outer/.../bin/valgrind --sim-hints=enable-outer --trace-children=yes \
[all …]
DMakefile.am60 pkgconfig_DATA = valgrind.pc
62 BUILT_SOURCES = default.supp valgrind.pc
110 valgrind.pc.in \
111 valgrind.spec.in \
112 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_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.
/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 …]
/external/valgrind/main/gdbserver_tests/
Dmchelp.stdoutB.exp1 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
46 general valgrind monitor commands:
55 v.set gdb_output : set valgrind output to gdb
56 v.set log_output : set valgrind output to log
57 v.set mixed_output : set valgrind output to log, interactive output to gdb
60 debugging valgrind internals monitor commands:
63 v.info memory [aspacemgr] : show valgrind heap memory stats
[all …]
Dmssnapshot.stderrB.exp3 general valgrind monitor commands:
12 v.set gdb_output : set valgrind output to gdb
13 v.set log_output : set valgrind output to log
14 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/chromium_org/base/third_party/valgrind/
DREADME.chromium1 Name: valgrind
2 URL: http://valgrind.org
10 (svn://svn.valgrind.org/valgrind/trunk@11504, dated 21 Jan 2011). The files are
/external/nanopb-c/tests/alltypes_pointer/
DSConscript10 # Disable libmudflap, because it will confuse valgrind
33 # Decode (under valgrind if available)
34 valgrind = env.WhereIs('valgrind')
36 if valgrind:
37 kwargs['COMMAND'] = valgrind
/external/chromium_org/courgette/
Drun_mem_test42 valgrind --tool=massif --massif-out-file="${apply_mem}" courgette -apply \
48 valgrind --tool=massif --massif-out-file="${unbz2_mem}" bunzip2 -c \
54 valgrind --tool=massif --massif-out-file="${unxz_mem}" unxz -c \
60 valgrind --tool=massif --massif-out-file="${bsdiff_mem}" bspatch \
/external/chromium_org/tools/valgrind/gtest_exclude/
Dbase_unittests.gtest.txt1 # This test currently times out in valgrind, see http://crbug.com/9194
4 # These tests occassionally hangs under Valgrind on Mac. valgrind-darwin r9573
5 # Revisit with better valgrind.
18 # anything else, so just disable them on valgrind. Bug 28179.
/external/harfbuzz_ng/test/api/
DMakefile.am94 --tool=memcheck --suppressions=$(srcdir)/.valgrind-suppressions \
99 CLEANFILES += log-valgrind.txt
105 check-valgrind:
107 2>&1 | tee log-valgrind.txt $(valgrind_verbose)
134 .PHONY: check-symbols check-tool check-valgrind
/external/valgrind/main/tests/
Dvg_regtest.in162 my $valgrind = "./coregrind/valgrind";
217 } elsif ($arg =~ /^--valgrind=(.*)$/) {
218 $valgrind = $1;
219 } elsif ($arg =~ /^--outer-valgrind=(.*)$/) {
225 } elsif ($arg =~ /^--valgrind-lib=(.*)$/) {
236 $valgrind = validate_program($tests_dir, $valgrind, 1, 0);
468 . "$valgrind --command-line-only=yes --memcheck:leak-check=no "
476 . "$valgrind --command-line-only=yes --memcheck:leak-check=no "
/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.am79 xml/valgrind-manpage.xml \
97 vgdir = $(top_builddir)/docs/valgrind
192 mkdir -p $(DESTDIR)$(datadir)/doc/valgrind; \
193 cp -r html $(DESTDIR)$(datadir)/doc/valgrind; \
204 mkdir -p $(DESTDIR)$(datadir)/doc/valgrind; \
205 cp index.pdf $(DESTDIR)$(datadir)/doc/valgrind/valgrind_manual.pdf; \
209 mkdir -p $(DESTDIR)$(datadir)/doc/valgrind; \
210 cp index.ps $(DESTDIR)$(datadir)/doc/valgrind/valgrind_manual.ps; \
278 (tar cfj $(downloadsdir)/valgrind_manual.html.tar.bz2 ./valgrind/html/ ) )

12345678910