]> git.sur5r.net Git - cc65/history - src/dbginfo
Restore src/cc65/locals.c:278 to its orignal state
[cc65] / src / dbginfo /
2019-03-24 Bas WassinkMerge https://github.com/cc65/cc65
2019-01-25 jedeoricMerge branch 'master' into master
2019-01-20 Oliver SchmidtMerge pull request #829 from inexorabletash/string...
2019-01-05 Greg KingChanged most "backticks" (grave accents) into apostrophes.
2016-04-14 Oliver SchmidtMerge pull request #283 from polluks/sp65
2016-04-10 Oliver SchmidtMerge pull request #281 from polluks/sp65
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2016-02-26 silverdrMerge pull request #1 from cc65/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2015-09-24 Oliver SchmidtMerge pull request #177 from mrdudz/pcenginetarget
2015-09-06 Oliver SchmidtMerge pull request #205 from greg-king5/typo
2015-09-06 Greg KingFixed the " til " typos. 205/head
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-07-25 Oliver SchmidtMerge pull request #12 from greg-king5/lightpen
2013-07-04 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-07-04 Oliver SchmidtMerge pull request #18 from xofeht/master
2013-07-04 thefoxFixed a logic bug in dbginfo.c module that prevented... 18/head
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-04-27 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
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-09-01 uzPostprocess and cross-reference C symbol infos.
2011-08-30 uzParse csym lines in the debug info file. No api functio...
2011-08-28 uzAdded output of types.
2011-08-28 uzFixed the layout for the span output.
2011-08-26 uzAdded span output.
2011-08-26 uzFix a C89 incompatibility (Stefan Haubenthal).
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-21 uzParse (but ignore) type information for spans.
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-19 uzAllow more space for symbol names.
2011-08-19 uzRemove CollConstAt. Let CollAt and CollAtUnchecked...
2011-08-19 uzEnable optimizations.
2011-08-18 uzAllow to display symbols and line infos for symbols.
2011-08-18 uzAdded cc65_line_bysymdef and cc65_line_bysymref.
2011-08-18 uzParse additional def and ref keywords for symbols.
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...
next