Rizin
unix-like reverse engineering framework and cli tools
lua_dbg_upvalue_entry Struct Reference

Store upvalue's debug info. More...

#include <luac_common.h>

Public Attributes

ut8upvalue_name
 upvalue name More...
 
int name_len
 length of name More...
 
ut64 offset
 

Detailed Description

Store upvalue's debug info.

Definition at line 149 of file luac_common.h.

Member Data Documentation

◆ name_len

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().

◆ offset

ut64 lua_dbg_upvalue_entry::offset

Definition at line 152 of file luac_common.h.

Referenced by _luac_build_info(), and lua_parse_debug().

◆ upvalue_name

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().


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