Scroll to navigation

ppudump(1) Free Pascal Unit dump utility ppudump(1)

NAME

ppudump - The FPC Pascal unit dump program.

SYNOPSIS

ppudump [-h] [-v[h|i|m|d|s|b|a]] ppu-file1 ppufile2 ...

Description

ppudump writes the contents of a Free Pascal unit file to standard output. It gives a listing of all definitions in the unit file. The format of the listing can be controlled by the options.

Usage

You can invoke ppudump with as arguments the names of the units that you want to dump. You need not specify a extension, by default .ppu is assumed. The output goes to standard output.

Options

ppudump has only two options:

shows a short help screen.
Controls the level of verbosity. xxx is any combination of the following letters:
Shows all information stored in the PPU file.
Shows the browser information in the PPU file (if present).
Shows the definitions in the PPU file.
Shows the header information in the PPU file.
Shows only interface information, implementation information is not shown.
Shows only implementation information, interface interface is not shown.
Shows the symbols stored in the PPU file.

SEE ALSO

ppc386(1) ppumove(1)
5 June 1999 Free Pascal