Assign join points also do not instrument advice calls.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 8 Sep 2010 02:49:49 +0000 (22:49 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 8 Sep 2010 02:49:49 +0000 (22:49 -0400)
commit731f01c854e375d283e4d4afff0784a4eb8aec80
tree4e714f4992de1f4f1b013e2af016bd676cfc0551
parentcce78e7fb852f4d25c3ba8641b3a7c5e9923ba72
Assign join points also do not instrument advice calls.

The only time an advice call would appear in an assignment is when
it's a distributor function.  A modification to
duplicate_function_body() was also necessary so that the inserted
distributor call is in the advice table.
src/aop-duplicate.c
src/aop-pc-assign.c
test/plugin-reinst-dup.c [new file with mode: 0644]
test/reinst-dup-hooks.c [new file with mode: 0644]
test/reinst-dup-target.c [new file with mode: 0644]
test/reinst.xml