Project

General

Profile

Actions

Bug #2760

closed

Aspectator doesn't process set and get advices for variables

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

Status:
Closed
Priority:
High
Category:
-
Start date:
04/16/2012
Due date:
% Done:

0%

Estimated time:
Detected in build:
svn
Platform:
Published in build:
7775bfe

Description

For instance, the given program:

int e11;
int e12 (int arg)
{
  e11 = arg;
  return e11;
}

isn't coordinated with the given aspect:
before: set (int e11)
{
  $arg1++;
}
before: get (int e11)
{
  $arg1--;
}


Related issues 1 (1 open0 closed)

Related to C Instrumentation Framework - Feature #2960: Aspectator should support get pointcut in the more full wayOpenEvgeny Novikov06/06/2012

Actions
Actions

Also available in: Atom PDF