TutorialAda-Audit




Prev | Up | Next | Back | Forward | Online Documentation Home Page

Ada-Audit is a tool for creating, viewing, and maintaining a database of facts about Ada code.

For information on how to invoke Ada-Audit from the command line see the aa-audit manual page.

Facts are collected into tables, known technically as relations. Here is a sample table of facts:

The columns of a table are knows as attributes. Thus, the table shown has seven attributes. The names of the attributes are displayed in boldface at the head of each column.

Each row of a table is one fact. Thus, each fact includes the following information:

Three of the attributes shown are hot links that can be used for navigation:

The set of column names of a table is known as its schema. The schema consisting of the seven columns shown, which is predefined in Ada-Audit, is named STYLE.

Tables are displayed in views. For example, here is a different view of the table shown above in which the KIND attribute is omitted and the facts are displayed by FILE:

Some views aggregate facts and display summary counts. For example, here is a view in which facts are summarized by KIND:

Attention can be restricted to a subset of the facts. For example, here is a view of the table restricted to facts with ID's between V10 and V13 displayed by DESCRIPTION:

Sample Scenarios
Commands
Customization
Trouble Shooting

Forward