Using undada

A command line tool for creating and building Understand for Ada databases is undada. This command line program parses your Ada 83 or Ada 95 source code to populate the database with information that can be browsed or reported on.

A project database file (.uda) is created when a project is configured and analyzed using either the graphical interface of Understand for Ada or the command line tool “undada”.

The “undada” command line takes this form:

undada -db database [-create_83|-create_95] [files] 
[options] 

where database is the project database file and is a required argument.

Create a new database using the -create_83 or -create_95 option and then load the files into the database with the -add option. To parse all files, specify -rebuild. Once the database is initially populated, subsequent parsing can be incremental, meaning that a file only needs to be re-parsed when it has changed, or something it depends on changes. For this incremental parsing, specify -refresh.

Refer to the sections that follow for details on all the available command line options and how to create and analyze a project.


Scientific Toolworks, Inc.
http://www.scitools.com