Operating System - HP-UX
1753974 Members
6850 Online
108811 Solutions
New Discussion

ccover instrumentation of libraries

 
devhariprasad
Advisor

ccover instrumentation of libraries

Hi,

I tried to instrument libDtSvc.4 with BullsEyeCoverage. But "nm libDtSvc.4 | grep cov_probe" is giving the following output

cov_probe_6_4_7 | |undef |code |
cov_probe_6_4_7 | 161564|uext |stub |
cov_probe_6_4_7 | 434272|uext |stub |

Also when I run the test cases on this library, test.cov(coverage file) is not getting updated. The coverage percentage is showing nil.

Please let me know how to correct this problem.
1 REPLY 1
Dennis Handly
Acclaimed Contributor

Re: ccover instrumentation of libraries

Your nm output is indicating that the function cov_probe_6_4_7 needs to be defined elsewhere.