![]() |
| Safety Critical Products: G-Cover Object Code Analyzer | ||
|
» Download G-Cover datasheet (PDF) |
||
| Non-intrusive object-level testing | ||
|
|
||
|
Safety critical standards require that software be thoroughly tested. Simple structural coverage at the source level can be used for low levels of criticiality. Top levels of criticality not only require that software be tested down to the object code level. Further, testing must be performed on the actual software, which means no code instrumentation is allowed. Green Hills Software G-Cover tool automates testing by providing object level coverage analysis and producing coverage reports in a nonintrusive manner. It is a qualified tool for DO-178B Level A testing and can be used for other similar safety standards such as the nuclear power industry’s IEC-880 for example. |
![]() |
|
Qualified for DO-178B Level A |
||
G-Cover automates the structural coverage analysis of DO-178B Table A-7, Objectives 5, 6, and 7 (statement, decision, and MCDC coverage achievement). Instead of using code instrumentation to obtain coverage, G-Cover uses debugging facilities (breakpoints, single-step, read registers, etc.) as well as the target’s physical debugger interface to monitor the execution of production code modules selected by the user.
The debugging instructions are loaded into a probe connected to the target via a JTAG/BDM, Ethernet, or serial interface and the executable is downloaded to the target. As the executable runs, the debugger uses breakpoints to detect entry into the various blocks and tags each block reached. It also tags the next instruction entered following conditional branches. When the executable completes running, G-cover performs an analysis of tagged blocks and conditional branch targets to determine the code coverage. |
||
| Reports and analysis | ||
|
G-Cover generates a report showing which blocks of the code under test were and were not covered. Users can analyze this report along with the compiler assembly listing (which includes the source level code statements) to determine what source code was not covered. These coverage results help users determine what further action is needed to resolve the lack of coverage:
MCDC coverage analysis relies on boolean operators in the source code being implemented with “short circuit” operations (i.e., conditional branch for each boolean operator) instead of bitwise logical operations, which the Green Hills compilers support. In these cases, each operand has its own conditional branch and G-Cover checks for coverage of the N+1 branches. |
||
|
Safety Critical Products: INTEGRITY - High Reliability RTOS Solution INTEGRITY-178B - DO-178B Level A Safety Critical Certified RTOS MULTI - Advanced Multi-Language Development Environment AdaMULTI - Ada Enabled Advanced Multi-Language Development Environment GMART - DO-178B Level A SPARK Compliant Safety Critical kernel GSTART - DO-178B Level A Ravenscar Compliant Safety Critical kernel G-Cover - DO-178B Level A Qualified Test Capability | ||
|
|