Public Attributes

sp_fdbg_symbol_s Struct Reference

File-encoded debug symbol information. More...

#include <public/sourcepawn/sp_file_headers.h>

List of all members.

Public Attributes

int32_t addr
int16_t tagid
uint32_t codestart
uint32_t codeend
uint8_t ident
uint8_t vclass
uint16_t dimcount
uint32_t name

Detailed Description

File-encoded debug symbol information.

Definition at line 201 of file sp_file_headers.h.


Member Data Documentation

Address rel to DAT or stack frame

Definition at line 203 of file sp_file_headers.h.

Tag id

Definition at line 204 of file sp_file_headers.h.

Start scope validity in code

Definition at line 205 of file sp_file_headers.h.

End scope validity in code

Definition at line 206 of file sp_file_headers.h.

Variable type

Definition at line 207 of file sp_file_headers.h.

Scope class (local vs global)

Definition at line 208 of file sp_file_headers.h.

Dimension count (for arrays)

Definition at line 209 of file sp_file_headers.h.

Offset into debug nametable

Definition at line 210 of file sp_file_headers.h.


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