mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
DRD/Darwin: Added more suppression patterns.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11602
This commit is contained in:
parent
a9905a31e5
commit
716649090c
@ -23,6 +23,23 @@
|
||||
fun:_ZN4dyld18fastBindLazySymbolEPP11ImageLoaderm
|
||||
fun:dyld_stub_binder
|
||||
}
|
||||
{
|
||||
dyld ImageLoaderMachOCompressed::findExportedSymbol(char const*, ImageLoader const**) const
|
||||
drd:ConflictingAccess
|
||||
fun:_ZNK26ImageLoaderMachOCompressed18findExportedSymbolEPKcPPK11ImageLoader
|
||||
}
|
||||
{
|
||||
dyld dyld::fastBindLazySymbol(ImageLoader**, unsigned long)
|
||||
drd:ConflictingAccess
|
||||
...
|
||||
fun:_ZN4dyld18fastBindLazySymbolEPP11ImageLoaderm
|
||||
}
|
||||
{
|
||||
dyld ImageLoaderMachOCompressed::doBindFastLazySymbol(unsigned int, ImageLoader::LinkContext const&)
|
||||
drd:ConflictingAccess
|
||||
...
|
||||
fun:_ZN26ImageLoaderMachOCompressed20doBindFastLazySymbolEjRKN11ImageLoader11LinkContextE
|
||||
}
|
||||
|
||||
#
|
||||
# C library
|
||||
@ -44,17 +61,47 @@
|
||||
drd:ConflictingAccess
|
||||
fun:flockfile
|
||||
}
|
||||
{
|
||||
funlockfile
|
||||
drd:ConflictingAccess
|
||||
fun:funlockfile
|
||||
}
|
||||
{
|
||||
vfprintf_l
|
||||
drd:ConflictingAccess
|
||||
fun:vfprintf_l
|
||||
}
|
||||
{
|
||||
localeconv_l
|
||||
drd:ConflictingAccess
|
||||
fun:localeconv_l
|
||||
}
|
||||
{
|
||||
__vfprintf
|
||||
drd:ConflictingAccess
|
||||
fun:__vfprintf
|
||||
}
|
||||
{
|
||||
fflush
|
||||
drd:ConflictingAccess
|
||||
fun:fflush
|
||||
}
|
||||
{
|
||||
cerror
|
||||
drd:ConflictingAccess
|
||||
...
|
||||
fun:cerror
|
||||
}
|
||||
{
|
||||
do_rand
|
||||
drd:ConflictingAccess
|
||||
fun:do_rand
|
||||
}
|
||||
{
|
||||
mig_dealloc_reply_port
|
||||
drd:ConflictingAccess
|
||||
fun:mig_dealloc_reply_port
|
||||
}
|
||||
|
||||
#
|
||||
# pthread library
|
||||
@ -87,10 +134,16 @@
|
||||
{
|
||||
pthread_detach()
|
||||
drd:ConflictingAccess
|
||||
obj:*
|
||||
...
|
||||
fun:pthread_detach
|
||||
fun:pthread_detach
|
||||
}
|
||||
{
|
||||
pthread_kill()
|
||||
drd:ConflictingAccess
|
||||
...
|
||||
fun:pthread_kill
|
||||
}
|
||||
{
|
||||
spin_unlock()
|
||||
drd:ConflictingAccess
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user