mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
requests to allow client code to print messages through Valgrind's logging mechanism. The new requests are: VALGRIND_PRINTF - do a normal printf (prefixed with **PID**) VALGRIND_PRINTF_BACKTRACE - do a printf with stack trace VALGRIND_INTERNAL_PRINTF - printf, but for internal use (prefixed with ==PID==) VALGRIND_INTERNAL_PRINTF_BACKTRACE - as above, with backtrace git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1974