mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
how stack snapshots are taken and printed; they can be used in preference to VG_(get_ExeContext)() and VG_(pp_ExeContext)(). These are used by Massif, my heap profiling skin. Changed --num-callers to allow a backtrace size of 1. Added code so that when Valgrind fails to disassemble an instruction, the instructions line/file and address are printed out, which makes it easier to work out where and what it is. Required the stack snapshot changes above. MERGE TO STABLE? git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1819