Name

pdbconv — Simple tool that checks the consistency/correctness of a PDB file and converts it to a more verbose, human-readable format.

Synopsis

pdbconv [ -c ] [ -o <outfile> ] [ -A ] [ -G ] [ -M ] [ -N ] [ -P ] [ -R ] [ -S ] [ -T ] [ -Y ] { <pdbfile> }

Description

Called without any options, pdbconv reads the PDB file <pdbfile> checks it for correctness, and prints it out again in a standard form. The following options are available:

Options

-c Check for correctness only

-o <outfile> Write output to file >outfile<

-A Convert (A)ll item output to verbose format

-G Print only (G)roup items (in verbose format)

-M Print only (M)acro items (in verbose format)

-N Print only (N)amespace items (in verbose format)

-P Print only (P)ragma items (in verbose format)

-R Print only (R)outine items (in verbose format)

-S Print only (S)ource file items (in verbose format)

-T Print only (T)emplate items (in verbose format)

-Y Print only t(Y)pe items (in verbose format)

Example

%>pdbconv -Y testApp.pdb
TY#1 double
location:           [UNKNOWN]
kind:               c/c++Float
floatKind:          double
...