1ppudump(1)               Free Pascal Unit dump utility              ppudump(1)
2
3
4

NAME

6       ppudump - The FPC Pascal unit dump program.
7
8

SYNOPSIS

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

Description

14       ppudump writes the contents of a Free Pascal unit file to standard out‐
15       put.  It gives a listing of all definitions in the unit file. The  for‐
16       mat of the listing can be controlled by the options.
17
18

Usage

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

Options

26       ppudump has only two options:
27
28
29       -h     shows a short help screen.
30
31       -vxxx  Controls the level of verbosity.  xxx is  any combination of the
32              following letters:
33
34              a      Shows all information stored in the PPU file.
35
36              b      Shows  the  browser  information  in  the  PPU  file  (if
37                     present).
38
39              d      Shows the definitions in the PPU file.
40
41              h      Shows the header information in the PPU file.
42
43              i      Shows only interface information, implementation informa‐
44                     tion is not shown.
45
46              m      Shows only implementation information,  interface  inter‐
47                     face is not shown.
48
49              s      Shows the symbols stored in the PPU file.
50
51

SEE ALSO

53              ppc386(1) ppumove(1)
54
55
56
57Free Pascal                       5 June 1999                       ppudump(1)
Impressum