Project

General

Profile

Actions

Bug #5438

closed

$path aspect pattern doesn't work properly with info: expand

Added by Ilya Shchepetkov over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
High
Category:
-
Start date:
11/19/2014
Due date:
% Done:

0%

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

Description

Aspect:

info: expand(EXPORT_SYMBOL(x)) {
    $fprintf<"expand.txt","%s %s\n",$path,$arg_val1>
}

header.h:
#define EXPORT_SYMBOL(x)

and test.c file:
#include "header.h" 

int main() {
    return 0;
}

EXPORT_SYMBOL(name);

Currently CIF prints ./header.h name instead of ./test.c name.

Actions #1

Updated by Evgeny Novikov over 9 years ago

  • Status changed from Open to Resolved

Fixed in 633407b (commit 7ce09a4 in the master branch of LDV Tools). Close if it works for you.

Actions #2

Updated by Evgeny Novikov over 9 years ago

  • Status changed from Resolved to Closed

Ilya confirmed that the issue was fixed.

Actions

Also available in: Atom PDF