Unpacked file-encoded debug symbol information. More...
#include <public/sourcepawn/sp_file_headers.h>
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 |
Unpacked file-encoded debug symbol information.
Definition at line 291 of file sp_file_headers.h.
Address rel to DAT or stack frame
Definition at line 293 of file sp_file_headers.h.
Tag id
Definition at line 294 of file sp_file_headers.h.
Start scope validity in code
Definition at line 295 of file sp_file_headers.h.
End scope validity in code
Definition at line 296 of file sp_file_headers.h.
Variable type
Definition at line 297 of file sp_file_headers.h.
Scope class (local vs global)
Definition at line 298 of file sp_file_headers.h.
Dimension count (for arrays)
Definition at line 299 of file sp_file_headers.h.
Offset into debug nametable
Definition at line 300 of file sp_file_headers.h.
1.7.1