]> git.sur5r.net Git - cc65/history - src/dbginfo
More lineinfo usage.
[cc65] / src / dbginfo /
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 uzAdd 'extern "C"' so the module may be used from C+...
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 uzSome more test and example code.
2010-08-07 uzImproved info API.
2010-08-06 uzAdd some code that tries to skip unknown keywords that...
2010-08-05 uzThe stuff will not link with Watcom because of vsnprint...
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...