OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coregrind
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/
Android.mk
59
external/valgrind/main/
coregrind
150
coregrind
/m_addrinfo.c \
151
coregrind
/m_cache.c \
152
coregrind
/m_commandline.c \
153
coregrind
/m_clientstate.c \
154
coregrind
/m_cpuid.S \
155
coregrind
/m_debugger.c \
156
coregrind
/m_debuglog.c \
157
coregrind
/m_errormgr.c \
158
coregrind
/m_execontext.c
[
all
...]
/external/valgrind/main/memcheck/tests/
badfree3.stderr.exp
2
at 0x........: free (
coregrind
/vg_replace_malloc.c:...)
7
at 0x........: free (
coregrind
/vg_replace_malloc.c:...)
/external/valgrind/main/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
/external/valgrind/main/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
24
# (1)
coregrind
directories
33
"
coregrind
" => 1,
161
# Return 1, if file is located underneath <valgrind>/
coregrind
166
return ($path_name =~ /^
coregrind
\//) ? 1 : 0;
223
# Check a file from <valgrind>/
coregrind
/external/valgrind/main/auxprogs/
update-demangler
7
# machinery in
coregrind
/m_demangle.
87
# 5) Check out valgrind
coregrind
/m_demangle into old_m_demangle
88
echo "Checking out
coregrind
/m_demangle"
89
svn co svn://svn.valgrind.org/valgrind/trunk/
coregrind
/m_demangle old_m_demangle > /dev/null
Completed in 168 milliseconds