Project

General

Profile

Actions

Bug #4174

open

Typedef irq_handler_t is't matched properly

Added by Ilja Zakharov almost 11 years ago. Updated about 8 years ago.

Status:
Open
Priority:
High
Category:
Pointcuts matching
Start date:
05/14/2013
Due date:
% Done:

0%

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

Description

Typedef "irq_handler_t" isn't matched by CIF in a proper way.

For example in function

static inline int __must_check request_irq(unsigned int irq, irq_handler_t handler, unsigned long flags, const char *name, void *dev)

second argument matched as

irqreturn_t (*handler)(int, void *)


Related issues 1 (0 open1 closed)

Has duplicate C Instrumentation Framework - Bug #4688: Inforequests don't work on function declarations with typedefs as arguments types.RejectedEvgeny Novikov02/04/2014

Actions
Actions #1

Updated by Evgeny Novikov almost 11 years ago

  • Status changed from New to Open
  • Priority changed from Low to Normal

An usual complication with typedefs interpretation in Aspectator. BTW, C-backend processes them very well.

Actions #2

Updated by Evgeny Novikov about 8 years ago

  • Category set to Pointcuts matching
  • Priority changed from Normal to High
Actions #3

Updated by Evgeny Novikov almost 5 years ago

  • Has duplicate Bug #4688: Inforequests don't work on function declarations with typedefs as arguments types. added
Actions

Also available in: Atom PDF