Actions
Bug #1360
closedAspectator does not process arguments of defines
Start date:
06/16/2011
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
For instance, this aspect generates a call without any arguments (which leads to a compile error):
around: define(alloc_page_vma(gfp_mask, vma, addr)) { ldv_check_alloc_flags($arg1); }
Updated by Evgeny Novikov almost 14 years ago
- Status changed from New to Open
First of all this issue should be reported in the correct way (e.g. aspectator should say that it doesn't change $arg1
with gfp_mask
). Also the problem should be fixed.
Temporary workaround: use gfp_mask
directly instead of $arg1
.
Updated by Evgeny Novikov almost 13 years ago
- Status changed from Open to Rejected
It suggests a feature described previously in #363.
Updated by Evgeny Novikov over 12 years ago
- Project changed from Linux Driver Verification to C Instrumentation Framework
- Category deleted (
15)
Actions