Project

General

Profile

Actions

Feature #2738

closed

Support '..' wildcard for macros as well as for functions

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

Status:
Closed
Priority:
High
Category:
Pointcuts matching
Start date:
04/11/2012
Due date:
% Done:

0%

Estimated time:
Published in build:

Description

Issue #363 requests ability to refer to macro arguments as well as to function arguments ($arg1, $arg2, etc.). Also we should request to support wildcard '..' for macros (that will allow to feel free with macro argument names) as it's already implemented for functions.


Related issues 1 (1 open0 closed)

Related to C Instrumentation Framework - Feature #363: Macro and macro arguments referencesOpenEvgeny Novikov08/05/2010

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 about 8 years ago

  • Priority changed from Normal to High
Actions #3

Updated by Evgeny Novikov about 8 years ago

  • Category set to Pointcuts matching
Actions #4

Updated by Evgeny Novikov over 5 years ago

  • Blocked by deleted (Feature #345: Fix implementation of '..' wildcard)
Actions #5

Updated by Evgeny Novikov over 5 years ago

  • Status changed from Open to Closed

I did it in ca90752. Unlike functions one can use the only ".." for macros as there is no sense to use them in combination with, say, "$" or/and argument names (for functions we need particular types matching). Moreover, there is new pattern "$actual_args" to print all macro actual arguments matched by "..".

Actions

Also available in: Atom PDF