|
From: Jeremy F. <je...@go...> - 2003-10-31 07:12:54
|
CVS commit by fitzhardinge: Patch from Robert Walsh <rj...@du...>. Adds some new client 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 M +5 -2 corecheck/tests/Makefile.am 1.13 M +31 -0 coregrind/vg_include.h 1.152 M +25 -10 coregrind/vg_messages.c 1.8 M +28 -0 coregrind/vg_scheduler.c 1.131 M +9 -0 coregrind/docs/coregrind_core.html 1.14 M +39 -0 include/valgrind.h 1.21 M +7 -5 include/vg_skin.h 1.98 M +2 -2 tests/filter_stderr_basic 1.11 |