Skip to content

CSI instrumenting compiler v1.1.0

Compare
Choose a tag to compare
@liblit liblit released this 20 Apr 13:45
· 6 commits to master since this release

This is release 1.1.0 of csi-cc, the instrumenting compiler implementing lightweight, customizable control-flow tracing. Major changes in this release include:

  • Support for function, call-site, and statement coverage instrumentation
  • Support for more tracing customization options

Full details of the extended approach can be found in [1].

All code in this release is licensed under the Apache License, Version 2.0, and is copyright © 2016 Peter J. Ohmann and Benjamin R. Liblit. For licensing details, please see the file COPYING. A copy of the license may be obtained at http://www.apache.org/licenses/LICENSE-2.0.

Some files may have additional licensing information. Please see individual files for details.

Information for building and running csi-cc, including new features and coverage options, can be found in the doc/ directory of this release.

General disclaimer:
The authors make no guarantee whatsoever that CSI will build and/or run on your system. This README and the documentation are best-effort guides with possibly-helpful comments.

[1]: P. Ohmann and B. Liblit. “Lightweight control-flow instrumentation and postmortem analysis in support of debugging.” Automated Software Engineering Journal, 2016. Springer.