Public Attributes

sp_debug_symbol_s Struct Reference

The majority of this struct is already located in the parent block. Thus, only the relocated portions are required. More...

#include <public/sourcepawn/sp_vm_types.h>

Collaboration diagram for sp_debug_symbol_s:
Collaboration graph
[legend]

List of all members.

Public Attributes

uint32_t codestart
uint32_t codeend
const char * name
sp_debug_arraydim_tdims
sp_fdbg_symbol_tsym

Detailed Description

The majority of this struct is already located in the parent block. Thus, only the relocated portions are required.

Definition at line 197 of file sp_vm_types.h.


Member Data Documentation

Relocated code address

Definition at line 199 of file sp_vm_types.h.

Relocated code end address

Definition at line 200 of file sp_vm_types.h.

Relocated name

Definition at line 201 of file sp_vm_types.h.

Relocated dimension struct, if any

Definition at line 202 of file sp_vm_types.h.

Pointer to original symbol

Definition at line 203 of file sp_vm_types.h.


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