]> git.sur5r.net Git - cc65/history - src/dbginfo/dbginfo.h
Fix for #830 supplied by UvB
[cc65] / src / dbginfo / dbginfo.h
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2011-09-01 uzMake the type of a C symbol available.
2011-09-01 uzAdded functions to access the c symbols in the debug...
2011-08-30 uzParse csym lines in the debug info file. No api functio...
2011-08-26 uzPointers passed outside the module should be const.
2011-08-25 uzAdded code to parse type strings and convert them into...
2011-08-22 uzTrack types, parse the extended debug info format with...
2011-08-19 uzAdded cc65_line_byspan and cc65_scope_byspan.
2011-08-19 uzAdd the number of attached lines and scopes to a span.
2011-08-18 uzAdded cc65_line_bysymdef and cc65_line_bysymref.
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 uzAdded cc65_scope_byname.
2011-08-17 uzAdded cc65_symbol_byscope.
2011-08-17 uzAdded cc65_childscopes_byid.
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 uzAdd cc65_idlist.
2011-08-15 uzTrack the main scope of modules.
2011-08-10 uzStarted to add spans.
2011-08-10 uzPostprocess file infos. New function cc65_sourceinfo_by...
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-07-31 uzPreparations for adding scopes.
2011-06-14 uzRead and allow access to the segment for (segment based...
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...