|
From: Robert W. <rj...@du...> - 2005-06-04 21:04:21
|
SVN commit 422246 by rjwalsh: Implement stack registration client requests. See the documentation in coregrind_core.html for details. There's a sample program in stack_changes.c in corecheck/tests. _M corecheck/tests (directory) =20 M +4 -2 corecheck/tests/Makefile.am =20 A corecheck/tests/stack_changes.c [License: no copyright] A corecheck/tests/stack_changes.stderr.exp =20 A corecheck/tests/stack_changes.stdout.exp =20 A corecheck/tests/stack_changes.vgtest =20 M +5 -0 coregrind/core.h =20 M +20 -0 coregrind/docs/coregrind_core.html =20 M +6 -0 coregrind/vg_main.c =20 M +184 -1 coregrind/vg_memory.c =20 M +15 -0 coregrind/vg_scheduler.c =20 M +4 -0 coregrind/vg_signals.c =20 M +32 -1 include/valgrind.h.in =20 |