|
||
int stacktrace ( void )
|
|
|
Synopsis |
#include "silver.h"
The stacktrace function causes a SilverC program to invoke a call-stack trace, to be displayed as if by the view_file function, if a symbol table for the .EX file exists. The stack trace contains the names of the functions along with the names of their formal and local parameters and their values.
|
|
Parameters |
none
|
|
Return Value |
stacktrace returns 0 if it cannot create the temporary file used to hold the stack trace information, and 1 otherwise.
|
|
Remarks |
This function is exclusive to the SilverC development platform. |
|
See Also |
|