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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
263.1 | Use SPM | 32899::PFAU | 32899:: = CAFEIN:: (32.131) | Mon Jun 30 1986 10:57 | 8 |
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 |