Make sure not to instrument calls to advice functions.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 8 Sep 2010 02:17:20 +0000 (22:17 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 8 Sep 2010 02:46:03 +0000 (22:46 -0400)
commitcce78e7fb852f4d25c3ba8641b3a7c5e9923ba72
treef1cdef6db2d19837f51bc97e54e2dcbbe6cf8f4f
parenta64f8314847f2064ab13f5c55e5f559b4e8a6ac3
Make sure not to instrument calls to advice functions.

Along with relevant test cases.
src/aop-main.c
src/aop-pc-fun-call.c
src/aop-weave.c
src/aop-weave.h [new file with mode: 0644]
test/Makefile.am
test/plugin-reinst1.c [new file with mode: 0644]
test/plugin-reinst2.c [new file with mode: 0644]
test/reinst-hooks.c [new file with mode: 0644]
test/reinst-target.c [new file with mode: 0644]
test/reinst.xml [new file with mode: 0644]