Code::Blocks  SVN r11506
Functions
sqdebug.cpp File Reference
#include "sqpcheader.h"
#include <stdarg.h>
#include "sqvm.h"
#include "sqfuncproto.h"
#include "sqclosure.h"
#include "sqstring.h"
Include dependency graph for sqdebug.cpp:

Go to the source code of this file.

Functions

SQRESULT sq_getfunctioninfo (HSQUIRRELVM v, SQInteger level, SQFunctionInfo *fi)
 
SQRESULT sq_stackinfos (HSQUIRRELVM v, SQInteger level, SQStackInfos *si)
 

Function Documentation

◆ sq_getfunctioninfo()

SQRESULT sq_getfunctioninfo ( HSQUIRRELVM  v,
SQInteger  level,
SQFunctionInfo *  fi 
)

Definition at line 11 of file sqdebug.cpp.

References sq_throwerror().

◆ sq_stackinfos()

SQRESULT sq_stackinfos ( HSQUIRRELVM  v,
SQInteger  level,
SQStackInfos *  si 
)

Definition at line 28 of file sqdebug.cpp.

References GetTypeName(), and IdType2Name().

Referenced by base_getstackinfos(), and sqstd_printcallstack().