Project

General

Profile

Actions

Bug #4688

closed

Inforequests don't work on function declarations with typedefs as arguments types.

Added by Ilya Shchepetkov over 10 years ago. Updated almost 5 years ago.

Status:
Rejected
Priority:
High
Category:
Pointcuts matching
Start date:
02/04/2014
Due date:
% Done:

0%

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

Description

Inforequest

info: declare_func( void function(rq_end_io_fn *done) )

matches
void function(void (*)(struct request *, int));

and doesn't match
void function(rq_end_io_fn *));

rq_end_io_fn is typedef:
typedef void (rq_end_io_fn)(struct request *, int);


Related issues 1 (1 open0 closed)

Is duplicate of C Instrumentation Framework - Bug #4174: Typedef irq_handler_t is't matched properlyOpenEvgeny Novikov05/14/2013

Actions
Actions

Also available in: Atom PDF