XL Fortran for AIX 8.1

User's Guide


Traceback

The compiler supports the traceback mechanism, which symbolic debuggers need to unravel the call or return stack. Each object module has a traceback table in the text segment at the end of its code. This table contains information about the object module, including the type of object module, as well as stack frame and register information.

Related Information:
You can make the traceback table smaller or remove it entirely with the -qtbtable Option.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]