Track types, parse the extended debug info format with "type" lines.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5264 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -270,6 +270,7 @@ struct cc65_spandata {
|
||||
cc65_addr span_start; /* Start of the span */
|
||||
cc65_addr span_end; /* End of the span (inclusive!) */
|
||||
unsigned segment_id; /* Id of the segment */
|
||||
unsigned type_id; /* Id of the type of this span */
|
||||
unsigned line_count; /* Number of lines attached */
|
||||
unsigned scope_count; /* Number of scopes attached */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user