mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
string explaining more detail if the assertion fails (eg. the value of the bogus variable) using printf-style format arguments. One consequence of this is that you can do something like vg_assert2(0, "bad bad bad"); instead of calling VG_(core_panic). The advantage of the new approach is that it shows the file/function/line info for the failing code, whereas VG_(core_panic)() does not. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3528