Actions
Feature #358
openAdd multiple advices processing like for 'file' primitive pointcut
Start date:
08/05/2010
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
- If more then one before advice is encountered then perform first at the beginning, then next for the result of previous and so on. At the end return final result.
- If more then one after advice is encountered then obtain result then perform first at the beginning, then next for the result of previous and so on. At the end return final result.
- If more then one around advice is encountered then perform just first of them.
Updated by Evgeny Novikov over 12 years ago
- Project changed from Linux Driver Verification to C Instrumentation Framework
- Category deleted (
15)
Updated by Evgeny Novikov about 9 years ago
- Priority changed from Low to High
Since no clever student did it I will implement this by myself.
Actions