|
Rizin
unix-like reverse engineering framework and cli tools
|
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 |
Store line info attributes.
Definition at line 127 of file luac_common.h.
| 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().
| ut64 lua_abs_lineinfo_entry::offset |
Definition at line 130 of file luac_common.h.
Referenced by lua_parse_debug().
| int lua_abs_lineinfo_entry::pc |