]> git.sur5r.net Git - cc65/history - src/dbginfo/dbginfo.c
Mark the symbol that is the name of a scope with the size of that scope
[cc65] / src / dbginfo / dbginfo.c
2011-06-13 uzMark the symbol that is the name of a scope with the...
2011-06-08 uzFixed a problem: Removing duplicate file entries (entri...
2011-05-01 uzFixed typos in comments. No code changes.
2011-02-07 uzInitialize variables to avoid gcc warnings.
2011-02-06 uzFixed a bug reported by thefox.
2011-02-03 uzRedid the whole line info stuff, because the old data...
2010-08-11 uzNew function cc65_symbol_inrange. Fixed an error in...
2010-08-09 uzFirst support for symbols - mostly untested.
2010-08-09 uzStart adding (limited) support for symbols.
2010-08-09 uzMove the collection containing all line infos into...
2010-08-09 uzAdded some more checks and initialization.
2010-08-08 uzMajor changes: Names of structures, fields and subrouti...
2010-08-08 uzAllow access to segment information.
2010-08-07 uzImproved info API.
2010-08-06 uzAdd some code that tries to skip unknown keywords that...
2010-08-05 uzSeveral fixes detected when using another C compiler.
2010-08-05 uzFirst working version with complete API for line inform...
2010-08-03 uzFirst version of a module that reads debug files genera...