|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Stack frame structure. More...
#include <wslua_debugger.h>
Public Attributes | |
| char * | source |
| int64_t | line |
| int64_t | linedefined |
| char * | name |
Stack frame structure.
| int64_t wslua_stack_frame_t::line |
Currently-executing line
| int64_t wslua_stack_frame_t::linedefined |
First line of the function's definition; together with source forms a stable identity for this Lua activation (used by the Qt dialog to decide whether the previous-pause Locals/Upvalues baseline still refers to the same function).
| char* wslua_stack_frame_t::name |
Function name
| char* wslua_stack_frame_t::source |
Source filename