Feature #2738
closed
Support '..' wildcard for macros as well as for functions
Added by Evgeny Novikov almost 13 years ago.
Updated over 6 years ago.
Category:
Pointcuts matching
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 open — 0 closed)
- Project changed from Linux Driver Verification to C Instrumentation Framework
- Category deleted (
15)
- Priority changed from Normal to High
- Category set to Pointcuts matching
- Blocked by deleted (Feature #345: Fix implementation of '..' wildcard)
- 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 "..".
Also available in: Atom
PDF