|
Code::Blocks
SVN r11506
|
#include "sqpcheader.h"#include <stdarg.h>#include "sqvm.h"#include "sqfuncproto.h"#include "sqclosure.h"#include "sqstring.h"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) |
| SQRESULT sq_getfunctioninfo | ( | HSQUIRRELVM | v, |
| SQInteger | level, | ||
| SQFunctionInfo * | fi | ||
| ) |
Definition at line 11 of file sqdebug.cpp.
References sq_throwerror().
| 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().
1.8.13