repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xen: Infratructure for XEN_TMEM_* hypercalls
[valgrind.git]
/
memcheck
/
tests
/
supp_unknown.supp
blob
50ef42595a49a2fcfb761c7b3882ea01bcc08520
1
# This contains a match against a "???" entry
2
{
3
<insert a suppression name here>
4
Memcheck:Jump
5
obj:*
6
fun:(below main)
7
}
8
9
{
10
<insert a suppression name here>
11
Memcheck:Jump
12
obj:*
13
fun:main
14
}
15