Added new .dbg.info section to the compiler for helping counting

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%4051
This commit is contained in:
David Anderson
2006-08-01 23:17:13 +00:00
parent a9b3da5904
commit c23a23fb34
2 changed files with 22 additions and 0 deletions
+8
View File
@@ -108,6 +108,14 @@ typedef struct sp_file_pubvars_s
#pragma pack(pop) /* reset previous packing */
#endif
typedef struct sp_fdbg_info_s
{
uint32_t num_files; /* number of files */
uint32_t num_lines; /* number of lines */
uint32_t num_syms; /* number of symbols */
uint32_t num_arrays; /* number of symbols which are arrays */
} sp_fdbg_info_t;
/**
* Debug information structures
*/