• Showing Page History #20225

CDT gcov plugin project Wiki

Welcome to "CDT gcov plugin" project Wiki Pages.

This Wiki is for users & developer.Anyone can edit every pages

summary

"CDT gcov plugin" is free C Language code coverage tool for Eclipse , available under the Eclipse Public License.It supports statement coverage.By using eclipse cdt and gnu gcov.

download

archives:

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

update site:

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

screen shot

C project

screenshot.jpg

C++ project

screenshot_cpp.jpg

How to use

HowToUse

license

eclipse public license

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

environment

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

plan

  • support for branch coverage
  • coverage history

for developer

ForDeveloper