Skip to content
forked from liblit/csi-cc

an instrumenting compiler for lightweight program tracing

License

Notifications You must be signed in to change notification settings

chubbymaggie/csi-cc

 
 

Repository files navigation

CSI: Crash Scene Investigation

An instrumenting compiler for lightweight program tracing. The mechanisms were originally proposed in

P. Ohmann and B. Liblit. “Lightweight control-flow instrumentation and postmortem analysis in support of debugging.” Automated Software Engineering Journal, 2016. Springer. DOI: 10.1007/s10515-016-0190-1

Preprint: http://pages.cs.wisc.edu/~liblit/ase-2016/ase-2016.pdf

Current Release

csi-cc v1.1.0

Documentation

Documentation is included in the source download, or you can view the online documentation.

Changelog

###v. 1.1.0

Release associated with the article from the Automated Software Engineering journal (2016). Major changes include:

  • Support for function, call-site, and statement coverage instrumentation
  • Support for more customizable tracing (see the online documentation)

###v. 1.0.0

Initial release.

About

an instrumenting compiler for lightweight program tracing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 65.6%
  • Python 25.0%
  • C 9.4%