diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 74 |
1 files changed, 74 insertions, 0 deletions
@@ -1,5 +1,79 @@ 17-05-05 Cyrille Bagard <nocbos@gmail.com> + * plugins/fmtp/parser.c: + * plugins/fmtp/parser.h: + * plugins/readdex/class.c: + * plugins/readdex/class.h: + * plugins/readdex/code.c: + * plugins/readdex/code.h: + * plugins/readdex/header.c: + * plugins/readdex/header.h: + * plugins/readdex/ids.c: + * plugins/readdex/ids.h: + * plugins/readdex/reader.c: + * plugins/readdex/reader.h: + * plugins/readelf/header.c: + * plugins/readelf/header.h: + * plugins/readelf/program.c: + * plugins/readelf/program.h: + * plugins/readelf/reader.c: + * plugins/readelf/reader.h: + * plugins/readelf/section.c: + * plugins/readelf/section.h: + * plugins/readelf/strtab.c: + * plugins/readelf/strtab.h: + Update code. + + * src/analysis/db/items/comment.c: + * src/analysis/db/items/comment.h: + Constify the parameter of g_db_comment_get_address(). + + * src/analysis/disass/area.c: + * src/analysis/disass/area.h: + Insert preloaded format information from instructions instead of symbols. + + * src/analysis/disass/disassembler.c: + * src/analysis/disass/fetch.c: + * src/analysis/disass/output.c: + * src/analysis/disass/output.h: + Update code. + + * src/arch/arm/v7/fetch.c: + Insert loaded values as instructions instead of symbols. + + * src/arch/context-int.h: + * src/arch/context.c: + Make disassembly contexts inherit from preload information. + + * src/arch/instruction.c: + * src/arch/instruction.h: + Typo. + + * src/common/array.c: + * src/common/array.h: + Allow to build sorted arrays. + + * src/format/Makefile.am: + Add the 'preload[ch]' files into libformat_la_SOURCES. + + * src/format/format.c: + * src/format/format.h: + Preload format information on disassembly context setup. + + * src/format/preload-int.h: + * src/format/preload.c: + * src/format/preload.h: + New entries: store information loaded from binary formats. + + * src/plugins/pglist.h: + * src/plugins/plugin-def.h: + * src/plugins/plugin-int.h: + * src/plugins/plugin.c: + * src/plugins/plugin.h: + Define a new action for plugins in order to preload information. + +17-05-05 Cyrille Bagard <nocbos@gmail.com> + * src/gui/dialogs/about.c: Restore a valid copyright in the About dialog box. |