CSI Guide
← Prev Next →

CSI Output


Executables and Object Files

Assuming the final target of csi-cc is either an executable or an object file, that file will contain all the information necessary to extract the information gathered by running the instrumented executable. Static metadata from the instrumentation process can be extracted using the extract-section tool in the Tools directory of this release. The metadata page has information about extracting and interpreting this data for each form of instrumentation.

Core Dumps

When a running, instrumented program crashes, traced data must be extracted from the produced core dump. The variables page has information about finding this data using a debugger.


← Prev Next →