CDT gcov plugin project Wiki

Welcome to the "CDT gcov plugin" project Wiki Pages.

This Wiki is intended for users & developers. All pages can be edited by anyone. You can try out in SandBox.

Project Summary

The "CDT gcov plugin" is a free C/C++ code coverage tool for Eclipse, available under the Eclipse Public License. At the moment, it supports statement coverage. Requirements include the Eclipse CDT and gnu gcov.

Download

Archived version:

https://sourceforge.jp/projects/ginkgo/files/

Eclipse update site:

http://svn.sourceforge.jp/svnroot/ginkgo/trunk/org.ginko.gcov.update/

Screenshots

C project

screenshot.jpg

C++ project

screenshot_cpp.jpg

Usage

Information on setting up the plug-in can be found in this short guide.

License

Eclipse Public License, see:

http://www.eclipse.org/legal/epl-v10.html

Tested Programming Environments

OK

  • centOS 4.4
  • windows xp(cygwin gcc)
  • unbutu 7.4
  • unbutu 7.4 on VMWare

NG

  • windows xp(cygwin gcc -mno-cygwin option)

The problem is that -mno-cygwin does not work with gcov
reference http://www.cygwin.com/ml/cygwin/2007-11/msg00180.html

Feature Plan

Pages For Developers