Actions
Feature #2960
openAspectator should support get pointcut in the more full way
Start date:
06/06/2012
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
Issue #2760 added support of get pointcut in the same way that it was in LLVM based aspectator. But I found out that just very simple 'get's are supported, indeed just if local/global variable of parameter is used itself in the right part of assignment:
... = var; ... = arg;
Of course, more complex cases when there is some expression, that gets a given variable or parameter value, in the right part of assignment should be supported.
BTW, I don't know how to relate set/get pointcuts with expressions like:
var++;
Updated by Evgeny Novikov about 12 years ago
- Project changed from Linux Driver Verification to C Instrumentation Framework
- Category deleted (
15)
Updated by Evgeny Novikov almost 9 years ago
- Category set to Pointcuts matching
- Priority changed from Normal to Low
Actions