HomeSort by: relevance | last modified time | path
    Searched refs:valgrind (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/crypto/external/bsd/heimdal/dist/cf/
maybe-valgrind.sh 59 valgrind="valgrind --leak-check=full --quiet -q --num-callers=30 --suppressions=${tsrcdir}/cf/valgrind-suppressions"
65 valgrind=
68 exec $libtool $valgrind "$@"
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Valgrind.cpp 1 //===-- Valgrind.cpp - Implement Valgrind communication ---------*- C++ -*-===//
9 // Defines Valgrind communication methods, if HAVE_VALGRIND_VALGRIND_H is
10 // defined. If we have valgrind.h but valgrind isn't running, its macros are
15 #include "llvm/Support/Valgrind.h"
20 #include <valgrind/valgrind.h>
29 // Valgrind-provided macros.
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
valgrind-infcall-2.exp 18 # $ valgrind /usr/bin/sleep 10000
32 # Valgrind gdbserver requires gdb with xml support.
35 load_lib valgrind.exp
valgrind-bt.exp 16 # Valgrind gdbserver requires gdb with xml support.
19 load_lib valgrind.exp
43 # Only if valgrind got stuck.
48 fail "$test (valgrind vgdb has terminated)"
49 # Only if valgrind got stuck.
valgrind-disp-step.exp 16 # Step over breakpoints with displaced stepping on, against Valgrind.
17 # We can't really use displaced stepping with Valgrind, so what this
21 # Valgrind gdbserver requires gdb with xml support.
24 load_lib valgrind.exp
valgrind-infcall.exp 16 # Valgrind gdbserver requires gdb with xml support.
19 load_lib valgrind.exp
43 # Only if valgrind got stuck.
48 fail "$test (valgrind vgdb has terminated)"
49 # Only if valgrind got stuck.
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
valgrind-infcall-2.exp 18 # $ valgrind /usr/bin/sleep 10000
32 # Valgrind gdbserver requires gdb with xml support.
35 load_lib valgrind.exp
valgrind-bt.exp 16 # Valgrind gdbserver requires gdb with xml support.
19 load_lib valgrind.exp
43 # Only if valgrind got stuck.
48 fail "$test (valgrind vgdb has terminated)"
49 # Only if valgrind got stuck.
valgrind-disp-step.exp 16 # Step over breakpoints with displaced stepping on, against Valgrind.
17 # We can't really use displaced stepping with Valgrind, so what this
21 # Valgrind gdbserver requires gdb with xml support.
24 load_lib valgrind.exp
valgrind-infcall.exp 16 # Valgrind gdbserver requires gdb with xml support.
19 load_lib valgrind.exp
43 # Only if valgrind got stuck.
48 fail "$test (valgrind vgdb has terminated)"
49 # Only if valgrind got stuck.
  /src/external/bsd/zstd/dist/build/meson/tests/
valgrindTest.py 15 def valgrindTest(valgrind, datagen, fuzzer, zstd, fullbench):
16 VALGRIND_ARGS = [valgrind, '--leak-check=full', '--show-leak-kinds=all', '--error-exitcode=1']
18 print('\n ---- valgrind tests : memory analyzer ----')
71 parser = argparse.ArgumentParser(description='Valgrind tests : memory analyzer')
72 parser.add_argument('valgrind', help='valgrind path')
80 valgrind = args.valgrind
86 valgrindTest(valgrind, datagen, fuzzer, zstd, fullbench)
  /src/external/gpl2/gmake/dist/tests/
run_make_tests.pl 30 $valgrind = 0; # invoke make with valgrind
56 if ($option =~ /^-valgrind$/i) {
57 $valgrind = 1;
149 if ($valgrind) {
150 print VALGRIND "\n\nExecuting: $command\n";
328 # Set up for valgrind, if requested.
330 if ($valgrind) {
331 open(VALGRIND, "> valgrind.out"
    [all...]
  /src/external/bsd/zstd/dist/zlibWrapper/
Makefile 69 .PHONY: test-valgrind
70 #test-valgrind: ZSTDLIBRARY = $(ZSTDLIBDIR)/libzstd.so
71 test-valgrind: VALGRIND = LD_LIBRARY_PATH=$(ZSTDLIBDIR) valgrind --track-origins=yes --leak-check=full --error-exitcode=1
72 test-valgrind: clean example fitblk example_zstd fitblk_zstd zwrapbench
73 @echo "\n ---- valgrind tests ----"
74 $(VALGRIND) ./example
75 $(VALGRIND) ./example_zstd
76 $(VALGRIND) ./fitblk 10240 <$(TEST_FILE
    [all...]
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
open-error-free.c 13 #include <valgrind/valgrind.h>
122 printf ("UNSUPPORTED: valgrind interferes with malloc counting\n");
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
Makefile.am 55 EXTRA_DIST += allocsa.valgrind
  /src/external/gpl2/xcvs/dist/lib/
Makefile.gnulib 50 EXTRA_DIST += allocsa.valgrind
Makefile.am 79 EXTRA_DIST += allocsa.valgrind
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
Makefile.am 54 EXTRA_DIST += allocsa.valgrind
  /src/external/gpl2/dtc/dist/
Makefile 44 NO_VALGRIND := $(shell $(PKG_CONFIG) --exists valgrind; echo $$?)
48 CFLAGS += $(shell $(PKG_CONFIG) --cflags valgrind)
  /src/external/bsd/zstd/dist/tests/
Makefile 272 # valgrind tests validated only for some posix platforms
278 .PHONY: test-valgrind
279 test-valgrind: VALGRIND = valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1
280 test-valgrind: zstd datagen fuzzer fullbench
281 @echo "\n ---- valgrind tests : memory analyzer ----"
282 $(VALGRIND) ./datagen -g50M > $(VOID)
283 $(VALGRIND) $(PRGDIR)/zstd ; if [ $$? -eq 0 ] ; then echo "zstd without argument should have failed"; false; fi
284 ./datagen -g80 | $(VALGRIND) $(PRGDIR)/zstd - -c > $(VOID
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
Makefile.gnulib 44 EXTRA_DIST += allocsa.valgrind
  /src/external/lgpl3/gmp/dist/mpn/arm64/
popcount.asm 42 C valgrind!)
  /src/external/gpl2/dtc/dist/tests/
testutils.c 31 #include <valgrind/memcheck.h>
325 /* Make a temp copy of the blob so that valgrind won't check
  /src/external/gpl3/gcc.old/dist/gcc/
system.h 1202 # include <valgrind/memcheck.h>
1206 # include <valgrind.h>
1208 /* Compatibility macros to let valgrind 3.1 work. */
  /src/external/lgpl3/gmp/dist/mpn/arm/neon/
hamdist.asm 47 C valgrind!)

Completed in 48 milliseconds

1 2