added System>>backtrace

This commit is contained in:
hyunghwan.chung
2019-07-12 07:24:37 +00:00
parent 18e186677e
commit 3e506cbcfb
8 changed files with 47 additions and 45 deletions

View File

@ -973,6 +973,8 @@ typedef enum moo_dbgi_type_t moo_dbgi_type_t;
#define MOO_DBGI_GET_TYPE_CODE(type) ((type) >> 8)
#define MOO_DBGI_GET_TYPE_FLAGS(type) ((type) & 0xFF)
#define MOO_DBGI_GET_DATA(moo, offset) ((moo_uint8_t*)(moo)->dbgi + (offset))
typedef struct moo_dbgi_file_t moo_dbgi_file_t;
struct moo_dbgi_file_t
{