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

int32_t sp_fdbg_symbol_s::addr

Address rel to DAT or stack frame

Definition at line 203 of file sp_file_headers.h.

int16_t sp_fdbg_symbol_s::tagid

Tag id

Definition at line 204 of file sp_file_headers.h.

uint32_t sp_fdbg_symbol_s::codestart

Start scope validity in code

Definition at line 205 of file sp_file_headers.h.

uint32_t sp_fdbg_symbol_s::codeend

End scope validity in code

Definition at line 206 of file sp_file_headers.h.

uint8_t sp_fdbg_symbol_s::ident

Variable type

Definition at line 207 of file sp_file_headers.h.

uint8_t sp_fdbg_symbol_s::vclass

Scope class (local vs global)

Definition at line 208 of file sp_file_headers.h.

uint16_t sp_fdbg_symbol_s::dimcount

Dimension count (for arrays)

Definition at line 209 of file sp_file_headers.h.

uint32_t sp_fdbg_symbol_s::name

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:
Generated on Sun Dec 28 23:26:29 2008 for SourceMod SDK by  doxygen 1.5.1