Project

General

Profile

Actions

Bug #3208

closed

Macros with a variable number of arguments support

Added by Denis Efremov about 12 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
High
Category:
-
Start date:
07/13/2012
Due date:
% Done:

0%

Estimated time:
Detected in build:
svn
Platform:
Published in build:
b503ab3

Description

Aspectator doesn't support macros with a variable number of arguments as join points (or [primitive] pointcuts).

Examples of macros:
#define info(format, args...) pr_info(format, args)
#define dbg(format, ...) pr_debug(format, ## VA_ARGS)


Related issues 1 (0 open1 closed)

Related to C Instrumentation Framework - Bug #3131: Wrong handling of function-like non-argument macrosClosedEvgeny Novikov06/27/2012

Actions
Actions

Also available in: Atom PDF