Name

pdbStmt — Scans pdb file and prints every statement in the pdb file.

Synopsis

pdbStmt { pdbFile }

Description

Scans pdb file and prints every statement in the pdb file.

Example

% pdbstmt testApp.pdb
--------------- int T::foo(double, int):
st#1  (  7, 2)         :  {
st#2  (  9, 3) (  9,12):    decl
st#0  ( 10, 3) ( 10,13):    return
               ( 11, 2):  }