luasandbox  1.4.0
Generic Lua sandbox for dynamic data analysis
Public Attributes | List of all members
lua_Debug Struct Reference

#include <lua.h>

Public Attributes

int event
 
const char * name
 
const char * namewhat
 
const char * what
 
const char * source
 
int currentline
 
int nups
 
int linedefined
 
int lastlinedefined
 
char short_src [LUA_IDSIZE]
 
int i_ci
 

Detailed Description

Definition at line 355 of file lua.h.

Member Data Documentation

int lua_Debug::currentline

Definition at line 361 of file lua.h.

int lua_Debug::event

Definition at line 356 of file lua.h.

int lua_Debug::i_ci

Definition at line 367 of file lua.h.

int lua_Debug::lastlinedefined

Definition at line 364 of file lua.h.

int lua_Debug::linedefined

Definition at line 363 of file lua.h.

const char* lua_Debug::name

Definition at line 357 of file lua.h.

const char* lua_Debug::namewhat

Definition at line 358 of file lua.h.

int lua_Debug::nups

Definition at line 362 of file lua.h.

char lua_Debug::short_src[LUA_IDSIZE]

Definition at line 365 of file lua.h.

const char* lua_Debug::source

Definition at line 360 of file lua.h.

const char* lua_Debug::what

Definition at line 359 of file lua.h.


The documentation for this struct was generated from the following file: