mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
This time with debuginfo removed. Also update the vgtest files for a couple of massif tests (and also the expected because of the commmand line change). Not yet tested these two with debuginfo installed.
8 lines
435 B
Plaintext
8 lines
435 B
Plaintext
prog: new-cpp
|
|
vgopts: --stacks=no --time-unit=B --massif-out-file=massif.out
|
|
vgopts: --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook
|
|
vgopts: --ignore-fn=get_or_create_key_element --ignore-fn=_GLOBAL__sub_I_eh_alloc.cc --ignore-fn=call_init.part.0
|
|
vgopts: --ignore-fn=call_init
|
|
post: perl ../../massif/ms_print massif.out | ../../tests/filter_addresses
|
|
cleanup: rm massif.out
|