
trace(3)              LPC Library Functions              trace(3)

NNAAMMEE
       trace() - sets trace flags and returns the old ones.

SSYYNNOOPPSSIISS
       int trace( int traceflags );

DDEESSCCRRIIPPTTIIOONN
       Sets  the  trace  flags  and  returns the old trace flags.
       When tracing is on a lot of information is printed  during
       execution.

       The trace bits are:

       Trace all function calls to lfuns.

       Trace all calls to "call_other".

       Trace all function returns.

       Print arguments at function calls and return values.

       Print  all executed stack machine instructions (produces a
                       lot of output!).

       Enable trace in heart beat functions.

       Trace calls to
                                                                       apply.

       Show object name in
                                                                                                                                       tracing.

SSEEEE AALLSSOO
       traceprefix(3)

Majik                      26 Jul 1997                          1

