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

Store line info attributes. More...

#include <luac_common.h>

Public Attributes

int pc
 pc value of lua More...
 
int line
 line number in source file More...
 
ut64 offset
 

Detailed Description

Store line info attributes.

Definition at line 127 of file luac_common.h.

Member Data Documentation

◆ line

int lua_abs_lineinfo_entry::line

line number in source file

Definition at line 129 of file luac_common.h.

Referenced by lua_parse_debug().

◆ offset

ut64 lua_abs_lineinfo_entry::offset

Definition at line 130 of file luac_common.h.

Referenced by lua_parse_debug().

◆ pc

int lua_abs_lineinfo_entry::pc

pc value of lua

Definition at line 128 of file luac_common.h.

Referenced by lua_parse_debug().


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