]> git.sur5r.net Git - cc65/history - src/dbginfo/dbginfo.h
Mark the symbol that is the name of a scope with the size of that scope
[cc65] / src / dbginfo / dbginfo.h
2011-06-13 uzMark the symbol that is the name of a scope with the...
2011-05-01 uzFixed typos in comments. No code changes.
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 uzAdd 'extern "C"' so the module may be used from C+...
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-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...