Project

General

Profile

Actions

Feature #2960

open

Aspectator should support get pointcut in the more full way

Added by Evgeny Novikov about 12 years ago. Updated over 8 years ago.

Status:
Open
Priority:
Low
Category:
Pointcuts matching
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++;


Related issues 1 (0 open1 closed)

Related to C Instrumentation Framework - Bug #2760: Aspectator doesn't process set and get advices for variablesClosedEvgeny Novikov04/16/2012

Actions
Actions #1

Updated by Evgeny Novikov over 11 years ago

  • Project changed from Linux Driver Verification to C Instrumentation Framework
  • Category deleted (15)
Actions #2

Updated by Evgeny Novikov over 8 years ago

  • Category set to Pointcuts matching
  • Priority changed from Normal to Low
Actions

Also available in: Atom PDF