mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-29 02:33:58 +00:00
valgrind support for nim
This commit is contained in:
14
tools/nimgrind.supp
Normal file
14
tools/nimgrind.supp
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
markstackandregisters_Cond
|
||||
Memcheck:Cond
|
||||
...
|
||||
fun:markStackAndRegisters*
|
||||
...
|
||||
}
|
||||
{
|
||||
markstackandregisters_Value8
|
||||
Memcheck:Value8
|
||||
...
|
||||
fun:markStackAndRegisters*
|
||||
...
|
||||
}
|
||||
Reference in New Issue
Block a user