HomeSort by relevance Sort by last modified time
    Searched refs:coregrind (Results 1 - 5 of 5) sorted by null

  /external/valgrind/
Android.mk 76 external/valgrind/coregrind
157 coregrind/m_addrinfo.c \
158 coregrind/m_cache.c \
159 coregrind/m_commandline.c \
160 coregrind/m_clientstate.c \
161 coregrind/m_cpuid.S \
162 coregrind/m_debuglog.c \
163 coregrind/m_errormgr.c \
164 coregrind/m_execontext.c \
165 coregrind/m_hashtable.c
    [all...]
configure 588 ac_unique_file="coregrind/m_main.c"
    [all...]
  /external/valgrind/gdbserver_tests/
make_local_links 14 # source tree. We use the existence of the coregrind directory as evidence
16 if [ ! -d "coregrind" ]; then
97 ln -f -s ../coregrind/vgdb gdbserver_tests/vgdb
98 ln -f -s ../../coregrind/vgdb gdbserver_tests/solaris/vgdb
  /external/valgrind/auxprogs/
update-demangler 7 # machinery in coregrind/m_demangle.
91 # 5) Check out valgrind coregrind/m_demangle into old_m_demangle
92 echo "Checking out coregrind/m_demangle"
93 svn co svn://svn.valgrind.org/valgrind/trunk/coregrind/m_demangle old_m_demangle > /dev/null
  /external/valgrind/tests/
check_headers_and_includes 7 # (2) coregrind/pub_core_xyzzy.h may include pub_tool_xyzzy.h
8 # other coregrind headers may not include pub_tool_xyzzy.h
9 # (3) coregrind/ *.c must not include pub_tool_xyzzy.h
13 # (6) coregrind/ *.[ch] must not use tl_assert
15 # (8) coregrind/ *.[ch] must not use VG_(tool_panic)
32 # (1) coregrind directories
41 "coregrind" => 1,
170 # Return 1, if file is located underneath <valgrind>/coregrind
175 return ($path_name =~ /^coregrind\//) ? 1 : 0;
243 # Check a file from <valgrind>/coregrind
    [all...]

Completed in 569 milliseconds