]> git.sur5r.net Git - cc65/history - src/dbginfo
Replace single linked list of sections in a segment by a collection.
[cc65] / src / dbginfo /
2011-08-18 uzMore changes to account for modules without debug info.
2011-08-18 uzMark imports with a special type tag instead of relying...
2011-08-17 uzTrack cheap local symbols. Reduce initial collection...
2011-08-17 uzAdded cc65_scope_byname.
2011-08-17 uzAdded cc65_symbol_byscope.
2011-08-17 uzAdded cc65_childscopes_byid.
2011-08-17 uzAdded several commands to display debug file items.
2011-08-17 uzAdded cc65_line_bysource
2011-08-17 uzAdded cc65_line_byid.
2011-08-17 uzShortened some of the function names.
2011-08-17 uzRenamed a struct member.
2011-08-17 uzAdded cc65_seginfo_byname.
2011-08-17 uzAdded cc65_get_scopelist. Added a few statistics field...
2011-08-16 uzReplaced the old dbgtest program by a debug info shell.
2011-08-16 uzHandle imports correctly.
2011-08-15 uzMany changes. Map spans instead of line infos into...
2011-08-15 uzRemove CollFirst in favour of CollAt.
2011-08-15 uzAdd cc65_idlist.
2011-08-15 uzTrack the main scope of modules.
2011-08-11 uzAccept the number of spans in the INFO line.
2011-08-11 uzMore work on the implementation of spans.
2011-08-10 uzImplement some span API functions.
2011-08-10 uzStarted to add spans.
2011-08-10 uzPostprocess module infos. Add new index for modules...
2011-08-10 uzRenamed DoneCollection -> CollDone and InitCollection...
2011-08-10 uzPostprocess file infos. New function cc65_sourceinfo_by...
2011-08-10 uzPrepare the collection for storage of ids.
2011-08-10 uzPostprocess scope infos. New function cc65_scope_bymodule.
2011-08-10 uzBump the version number. Fix line number counting....
2011-08-09 uzAdded processing of modules, libraries, etc. Many other...
2011-08-08 uzMuch more work reading the new information.
2011-08-07 uzPreparations for the new format.
2011-08-05 uzMore aliases for attribute names.
2011-08-05 uzIntroduce some shorter aliases for attribute names...
2011-08-03 uzFixed an off-by-one error.
2011-08-03 uzFix a problem reported by Christopher Pow: cc65_lineinf...
2011-07-31 uzPreparations for adding scopes.
2011-07-03 uzInitialize variables to avoid compiler warnings.
2011-06-14 uzRead and allow access to the segment for (segment based...
2011-06-14 uzAccept a file attribute for symbols but don't do anythi...
2011-06-13 uzAllow to leave of the end address of a range if it...
2011-06-13 uzAccept a segment attribute for symbols, but don't do...
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 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...