1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
<?xml version="1.0"?>
<ac-project version="0.0.1">
<joinpoint-list>
<joinpoint file="0" line="5" id="0" type="exec" signature="int A::a(int,float)" advice="0" lines="4"/>
<joinpoint file="0" line="12" id="1" type="exec" signature="int A::c(int,int)" advice="0" lines="4"/>
<joinpoint file="0" line="19" id="2" type="exec" signature="void b(char,char *)" advice="0" lines="3"/>
<joinpoint file="0" line="23" id="3" type="exec" signature="void d(char,char *)" advice="0" lines="3"/>
<joinpoint file="0" line="31" id="4" type="call" signature="int A::a(int,float)" advice="1" lines="1"/>
<joinpoint file="0" line="33" id="5" type="call" signature="void b(char,char *)" advice="1" lines="1"/>
<joinpoint file="0" line="35" id="6" type="call" signature="int A::c(int,int)" advice="1" lines="1"/>
<joinpoint file="0" line="37" id="7" type="call" signature="void d(char,char *)" advice="1" lines="1"/>
</joinpoint-list>
<advice-list>
<advice aspect="0" file="1" line="7" id="0" type="around" lines="5"/>
<advice aspect="0" file="1" line="12" id="1" type="around" lines="5"/>
</advice-list>
<aspect-list>
<aspect file="1" line="6" id="0" name="Action"/>
</aspect-list>
<file-list>
<file name="Aspect.ah" id="1" tunits="0" lines="24"/>
<file name="main.cc" id="0" tunits="0" lines="40"/>
</file-list>
</ac-project>
|