Oracle® Solaris Studio 12.4: Overview

Exit Print View

Updated: December 2014
 
 

Tools for Verifying Applications

Oracle Solaris Studio provides tools to help verify your application's stability. The following tools combine dynamic, static and code coverage analysis to detect application vulnerabilities, including memory leaks and memory access violations.

discover

A command-line utility that helps detect memory access errors in your code.

uncover

A command-line utility that shows you which areas of your application code are not covered by testing.

Code Analyzer

A graphical tool that analyzes and displays static code error data collected by the C or C++ compiler, and data collected by discover and uncover. By integrating static error data with dynamic memory access error data and code coverage data, Code Analyzer lets you find errors in your application that you would not find when using other error detection tools by themselves.

codean

A command-line utility that provides functionality similar to Code Analyzer.