mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-09 08:56:15 +00:00
23 lines
331 B
Plaintext
23 lines
331 B
Plaintext
# This contains a match against a "???" entry
|
|
{
|
|
<insert a suppression name here>
|
|
Memcheck:Jump
|
|
obj:*
|
|
fun:(below main)
|
|
}
|
|
|
|
{
|
|
<insert a suppression name here>
|
|
Memcheck:Jump
|
|
obj:*
|
|
fun:main
|
|
}
|
|
|
|
{
|
|
<insert_a_suppression_name_here>
|
|
Memcheck:Jump
|
|
obj:*
|
|
fun:generic_start_main.isra.0
|
|
fun:(below main)
|
|
}
|