[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference noted::hackers_v1

Title:-={ H A C K E R S }=-
Notice:Write locked - see NOTED::HACKERS
Moderator:DIEHRD::MORRIS
Created:Thu Feb 20 1986
Last Modified:Mon Aug 03 1992
Last Successful Update:Fri Jun 06 1997
Number of topics:680
Total number of notes:5456

263.0. "coverage analyzer needed" by JAKE::UYENO () Fri Jun 20 1986 19:24

    Does anyone know of a coverage analyzer?  I know there is PCA, but
    that requires using the VAX compiler.  I will be testing programs
    compiled using a cross-compiler (BSO), so I won't be able to use
    PCA.  I need something to tell me what lines/paths are not getting
    executed in the program I am testing.  Any one have any suggestions?
    
T.RTitleUserPersonal
Name
DateLines
263.1Use SPM32899::PFAU32899:: = CAFEIN:: (32.131)Mon Jun 30 1986 13:578
    You can use the PC Sampler from VAX SPM.  Once you have your samples,
    there is a conversion utility which will extract the samples which
    occurred for a given process.  This output can be used with another
    SPM utility to analyze coverage.  You will, however, need access
    to an image map so you can define the locations of the routines
    for SPM.
    
    tom_p