Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
wslua_stack_frame_t Struct Reference

Stack frame structure. More...

#include <wslua_debugger.h>

Public Attributes

char * source
 
int64_t line
 
int64_t linedefined
 
char * name
 

Detailed Description

Stack frame structure.

Member Data Documentation

◆ line

int64_t wslua_stack_frame_t::line

Currently-executing line

◆ linedefined

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

◆ name

char* wslua_stack_frame_t::name

Function name

◆ source

char* wslua_stack_frame_t::source

Source filename


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