
dump_prog(3)          LPC Library Functions          dump_prog(3)

NNAAMMEE
       dump_prog() - dump/disassemble an LPC object

SSYYNNOOPPSSIISS
       void  dump_prog(  object  ob, int flags default: 0, string
       file );

DDEESSCCRRIIPPTTIIOONN
       dump_prog() dumps information about the program  of  `obj'
       to a file, `file', or "/PROG_DUMP" if `file' is not given.
       If the current object does not have write  access  to  the
       file, it fails.

       Flags  can  be  a combination of the following values: 1 -
       include a disassembly of the i-code 2 - include line  num       ber information

SSEEEE AALLSSOO
       debug_info(3), dumpallobj(3)

Majik                      26 Jul 1997                          1

