Actions
Feature #3512
closedAdd ability to get information on actual macro parameter values
Start date:
09/27/2012
Due date:
% Done:
0%
Estimated time:
Published in build:
44895bc
Description
New Driver Environment Generator wouldn't like to obtain information on module init and exit functions with help of regexps. Instead it would like to ask CIF for that:
info: expand(module_init(arg)) { $fprintf<$env<file>,$arg_val1> }
You can see a new advice type info. It should serve as pure information request without any changes to program source code at any stages. expand primitive pointcut for macros likes call primitive pointcut for functions. It will be able to catch actual macro parameter values.
Actions