update symbol structure and stack buffer in script engine

This commit is contained in:
xmaple555 2024-08-23 22:33:36 +08:00
parent 8edd118a40
commit 211295bf81
7 changed files with 636 additions and 681 deletions

View file

@ -113,11 +113,12 @@ typedef struct SYMBOL
{
long long unsigned Type;
long long unsigned Len;
long long unsigned VariableType;
long long unsigned Value;
} SYMBOL, *PSYMBOL;
#define SIZE_SYMBOL_WITHOUT_LEN sizeof(long long unsigned) * 2
typedef struct HWDBG_SHORT_SYMBOL
{
long long unsigned Type;