Rizin
unix-like reverse engineering framework and cli tools
|
Store upvalue's debug info. More...
#include <luac_common.h>
Public Attributes | |
ut8 * | upvalue_name |
upvalue name More... | |
int | name_len |
length of name More... | |
ut64 | offset |
Store upvalue's debug info.
Definition at line 149 of file luac_common.h.
int lua_dbg_upvalue_entry::name_len |
length of name
Definition at line 151 of file luac_common.h.
Referenced by _luac_build_info(), and lua_parse_debug().
ut64 lua_dbg_upvalue_entry::offset |
Definition at line 152 of file luac_common.h.
Referenced by _luac_build_info(), and lua_parse_debug().
ut8* lua_dbg_upvalue_entry::upvalue_name |
upvalue name
Definition at line 150 of file luac_common.h.
Referenced by _luac_build_info(), and lua_parse_debug().