Next: Example of gnatls Usage, Previous: Running gnatls, Up: The GNAT Library Browser gnatls [Contents][Index]
gnatls recognizes the following switches:
--versionDisplay Copyright and version, then exit disregarding all other options.
*--helpIf `–version' was not used, display usage, then exit disregarding all other options.
-aConsider all units, including those of the predefined Ada library. Especially useful with `-d'.
-dList sources from which specified units depend on.
-hOutput the list of options.
-oOnly output information about object files.
-sOnly output information about source files.
-uOnly output information about compilation units.
-files=`file'Take as arguments the files listed in text file file. Text file file may contain empty lines that are ignored. Each nonempty line should contain the name of an existing file. Several such switches may be specified simultaneously.
-aO`dir', -aI`dir', -I`dir', -I-, -nostdincSource path manipulation. Same meaning as the equivalent `gnatmake' flags (Switches for gnatmake).
-aP`dir'Add dir at the beginning of the project search dir.
--RTS=`rts-path'`Specifies the default location of the runtime library. Same meaning as the equivalent `gnatmake' flag (Switches for gnatmake).
-vVerbose mode. Output the complete source, object and project paths. Do not use the default column layout but instead use long format giving as much as information possible on each requested units, including special characteristics such as:
Next: Example of gnatls Usage, Previous: Running gnatls, Up: The GNAT Library Browser gnatls [Contents][Index]