[Top] [Prev] [Next] [Bottom]

viewdis(1)

viewdis(1)

Name

viewdis, viewdis32-view disassembler for binary viewfiles

Synopsis

viewdis viewobjfile ... viewdis32 viewobjfile ...

Description

viewdis disassembles a view object file produced by the view compiler and displays view information in viewfile format. In addition, it displays the offsets of structure members in the associated structure.

One or more viewobjfiles (suffixed with .V) can be specified on the command line. By default, the viewobjfile in the current directory is disassembled. If this is not found, an error message is displayed.

Since the information in the viewobjfile was obtained from a match of each fieldid and field name in the viewfile with information in the field table file, it is important to set and export the environment variables FIELDTBLS and FLDTBLDIR.

The output of viewdis looks the same as the original view description(s), and is mainly used to verify the correctness of the compiled object view descriptions.

viewdis32 is used for 32-bit FML. It uses the FIELDTBLS32 and FLDTBLDIR32 environment variables.

See Also

viewc(1), BEA TUXEDO FML Programmer's Guide



[Top] [Prev] [Next] [Bottom]