Re: Identify control statements in source code

2015-08-14 Thread Hermann Felbinger
Joel Sherrill joel.sherr...@oarcorp.com schrieb am Fr., 14. Aug. 2015 um 04:26 Uhr: On August 13, 2015 7:15:08 PM CDT, Chris Johns chr...@rtems.org wrote: On 14/08/2015 6:34 am, Daniel Gutson wrote: I'd recommend a gcc plugin that generates your annotations; There is a Python framework

Re: Identify control statements in source code

2015-08-13 Thread Hermann Felbinger
, the best way I can think of is with a gcc plugin. Have you seen gcc's -ftest-coverage option? Daniel. On Thu, Aug 13, 2015 at 4:06 PM, Hermann Felbinger hermann19...@gmail.com wrote: Hi all! I am working on a tool to analyze source code coverage for RTEMS. Currently I am looking

Identify control statements in source code

2015-08-13 Thread Hermann Felbinger
/* * = * * Filename: triangle.c * *Description: * *Version: 1.0 *Created: 08/13/2015 08:00:17 PM * Revision: none * Compiler: gcc * * Author: Hermann

Re: Eliminating hardcoded paths for coverage analysis

2015-08-04 Thread Hermann Felbinger
Joel Sherrill joel.sherr...@oarcorp.com schrieb am Di., 4. Aug. 2015 um 16:06 Uhr: On 8/4/2015 7:52 AM, Hermann Felbinger wrote: Dear all! I'm currently working on a coverage report generator for RTEMS. In the current version a user has to set the absolute paths to the libraries

[PATCH] Fix hardcoded paths in RTEMS-TOOLS coverage report generator

2015-08-04 Thread Hermann Felbinger
From 4e2d9310b835f605fd8997a6c30611553026 Mon Sep 17 00:00:00 2001 From: hermann hermann19...@gmail.com Date: Tue, 4 Aug 2015 17:16:00 +0200 Subject: [PATCH 2/2] changes such that when executing rtems-test the path to the test cases does not have to be absolute anymore ---

[PATCH] Covoar byte size mismatch workaround and small fixes for html generator

2015-08-04 Thread Hermann Felbinger
From a5ecb908c39ba1b84f638476c426b2770c32b52e Mon Sep 17 00:00:00 2001 From: hermann hermann19...@gmail.com Date: Tue, 4 Aug 2015 12:33:10 +0200 Subject: [PATCH 1/2] added 'rtems-cpukit' parameter to replace hardcoded paths in symbolSets.config file --- tester/covoar/DesiredSymbols.cc | 9

[no subject]

2015-06-10 Thread Hermann Felbinger
Dear all! When I execute the sample tests on a Leon2 in couverture-qemu with coverage reports enabled by applying the patches from https://devel.rtems.org/ticket/2314 I obtained the attached log file. So, I obtain coverage results, but at the moment I do not really understand what the error

Re: GSOC 2015: Improve Coverage Analysis

2015-03-27 Thread Hermann Felbinger
https://docs.google.com/document/d/1F5XCodvX8AYNqWX5ssu7dfjkmFT__ 83uf8ABKbB_Pkg/edit?usp=sharing Thanks, Gedare On Fri, Mar 27, 2015 at 8:26 AM, Hermann Felbinger hermann19...@gmail.com wrote: Hi all, I am interested in working on coverage analysis for RTEMS at GSOC and beyond. I